-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.79 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.79 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
{
"name": "webrok-cli",
"version": "0.7.3",
"dependencies": {
"@apollo/client": "^3.4.5",
"@babel/runtime": "^7.14.8",
"@react-three/drei": "^7.3.1",
"@react-three/fiber": "^7.0.6",
"apollo3-cache-persist": "^0.10.0",
"graphql": "^15.5.1",
"grommet-icons": "^4.6.0",
"history": "^5.1.0",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-colorful": "^5.3.0",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.0.2",
"reakit": "^1.3.11",
"styled-components": "^5.3.0",
"three": "^0.131.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/compat-data": "^7.12.7",
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.12.0",
"css-loader": "^5.2.6",
"file-loader": "^5.1.0",
"style-loader": "^1.2.1",
"url-loader": "^3.0.0",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.2"
},
"scripts": {
"build": "webpack --progress --config webpack.config.js",
"watch": "webpack --progress --config webpack.config.js --watch"
}
}