-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 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
{
"name": "@metafam/metamaps",
"version": "0.1.0",
"main": "index.js",
"repository": "git@github.com:MetaFam/metamaps.git",
"license": "MIT",
"scripts": {
"dev": "npx next",
"build": "npx next build",
"start": "npx next start",
"typecheck": "tsc"
},
"dependencies": {
"3box": "^1.21.0",
"@chakra-ui/react": "^1.1.5",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@reduxjs/toolkit": "^1.5.0",
"fake-tag": "^2.0.0",
"framer-motion": "^2.9.5",
"immutability-helper": "^3.1.1",
"next": "^9.5.3",
"next-redux-wrapper": "^6.0.2",
"react": "^17.0.1",
"react-apollo": "^3.1.5",
"react-color": "^2.19.3",
"react-dom": "^17.0.1",
"react-flow-renderer": "^8.1.1",
"react-icons": "^3.11.0",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.0",
"superagent": "^6.1.0",
"typescript": "^4.0.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^14.10.0",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.11",
"@types/styled-components": "^5.1.3",
"@types/superagent": "^4.1.10"
}
}