-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.6 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 3.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "jokers-of-neon",
"private": false,
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"codegen": "graphql-codegen",
"generate": "sozo build --typescript --manifest-path ../jokers-ls-mod-contracts/Scarb.toml --bindings-output ./src/dojo",
"test": "vitest"
},
"dependencies": {
"@cartridge/controller": "0.7.4",
"@cartridge/connector": "0.7.4",
"@chakra-ui/anatomy": "^2.1.1",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@dnd-kit/core": "^6.1.0",
"@dojoengine/core": "1.0.0-alpha.15",
"@dojoengine/create-burner": "1.0.0-alpha.15",
"@dojoengine/react": "1.0.0-alpha.15",
"@dojoengine/recs": "2.0.13",
"@dojoengine/sdk": "1.0.9",
"@dojoengine/state": "1.0.0-alpha.15",
"@dojoengine/torii-client": "1.0.0-alpha.15",
"@dojoengine/utils": "1.0.0-alpha.15",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@latticexyz/react": "2.0.12",
"@latticexyz/utils": "2.0.12",
"@svgx/vite-plugin-react": "^1.0.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/styled-components": "^5.1.26",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"@starknet-react/chains": "^3.1.2",
"@starknet-react/core": "^3.5.0",
"ethers": "^5.7.2",
"framer-motion": "^11.3.30",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"howler": "^2.2.4",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.1",
"mobx": "^6.9.0",
"proxy-deep": "^3.1.1",
"react": "^18.2.0",
"react-circle-flags": "^0.0.20",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-full-screen": "^1.1.1",
"react-i18next": "^15.0.2",
"react-joyride": "^2.8.2",
"react-query": "^3.39.3",
"react-remove-scroll": "^2.5.10",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.22.3",
"react-spring": "^9.7.3",
"react-tilt": "^1.0.2",
"react-type-animation": "^3.2.0",
"rxjs": "^7.8.1",
"sass": "^1.75.0",
"screenfull": "^6.0.2",
"sonner": "^1.5.0",
"starknet": "6.11.0",
"styled-components": "^6.1.12",
"tsparticles-confetti": "^2.12.0",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.2.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-graphql-request": "^5.0.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@svgx/vite-plugin-react": "^1.0.1",
"@swc/core": "^1.x.x",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/howler": "^2.2.11",
"@types/node": "^20.4.8",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"jsdom": "^24.1.1",
"typescript": "^5.0.3",
"vite": "^4.3.9",
"vitest": "^2.0.5"
}
}