-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.5 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
78
79
80
81
82
83
84
{
"name": "transmutation-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@ideallabs/etf.js": "^0.1.6-dev",
"@polkadot/api": "^10.3.4",
"@polkadot/api-contract": "^10.11.2",
"@polkadot/extension-dapp": "^0.46.3",
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.0.1",
"@polkadot/util-crypto": "^12.4.2",
"@react-spring/three": "^9.4.1",
"@react-three/drei": "7.0.0",
"@react-three/fiber": "7.0.0",
"@substrate/txwrapper-core": "^7.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/three": "^0.160.0",
"detect-gpu": "4.0.4",
"immer": "^9.0.7",
"ipfs-http-client": "^60.0.1",
"leva": "0.9.18",
"mathjs": "^11.9.1",
"react": "^18.2.0",
"react-router-dom": "^6.21.1",
"react-scripts": "5.0.1",
"scale-ts": "^1.4.3",
"seedrandom": "^3.0.5",
"sha3": "^2.1.4",
"styled-components": "^6.1.8",
"three": "0.135.0",
"three-custom-shader-material": "2.4.3",
"three-noise": "^1.1.2",
"uint8arrays": "^4.0.6",
"useink": "^1.13.0",
"web-vitals": "^2.1.4",
"websocket-ts": "^1.1.1",
"zustand": "^3.6.8"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false && export NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"webpack": "webpack",
"webpack-dev-server": "webpack-dev-server",
"dev": "npm run webpack-dev-server -- --env mode=development",
"prod": "npm run webpack -- --env mode=production"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"html-webpack-plugin": "^5.5.1",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.3"
}
}