generated from ethblockart/ethblockart-blockstyle-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.3 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
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
{
"name": "ethblockart-p5-template",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@babel/runtime": "^7.12.5",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@paciolan/eslint-config-react": "^1.0.4",
"@paciolan/remote-component": "^2.10.2",
"@react-three/drei": "^7.4.0",
"@react-three/fiber": "^7.0.6",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@usedapp/core": "0.4.4",
"babel-eslint": "^10.1.0",
"babel-loader": "8.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"concurrently": "^5.3.0",
"core-js": "^2.6.12",
"cross-env": "^7.0.3",
"eslint": "^7.15.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"git-cz": "^4.7.6",
"gl-react": "^5.0.0",
"gl-react-dom": "^5.1.0",
"html-webpack-plugin": "^4.5.0",
"husky": "^4.3.6",
"keccak256": "^1.0.2",
"mersenne-twister": "^1.1.0",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-cool-dimensions": "^1.1.11",
"react-dom": "^17.0.1",
"react-p5": "^1.3.6",
"react-scripts": "4.0.1",
"react-three-fiber": "^5.3.10",
"regenerator-runtime": "^0.13.7",
"rimraf": "^3.0.2",
"three": "^0.131.3",
"valtio": "^0.6.0",
"web-vitals": "^0.2.4",
"webpack-assets-manifest": "^3.1.1",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^3.3.12"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"bundle": "npm run clean && cross-env NODE_ENV=production webpack --mode production",
"clean": "rimraf dist"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}