forked from ftupas/movymovy-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 KB
/
package.json
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
{
"name": "next-exp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "cross-env TS_NODE_PROJECT=\"tsconfig.testing.json\" mocha"
},
"dependencies": {
"@cartridge/connector": "^0.3.10",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.9",
"@starknet-react/core": "^0.14.8",
"@types/react-beautiful-dnd": "^13.1.2",
"get-starknet": "^1.5.0",
"i18next": "^22.0.3",
"mongodb": "^4.11.0",
"next": "12.3.1",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-i18next": "^12.0.0",
"react-spring": "^9.5.5",
"sf2-player": "file:src/modules/sf2-player",
"starknet": "^4.4.2",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "18.8.4",
"@types/react": "18.0.21",
"chai": "^4.3.7",
"cross-env": "^7.0.3",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"mocha": "^10.1.0",
"ts-node": "^10.9.1",
"typescript": "4.8.4"
}
}