-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.62 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.62 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "dspyt",
"version": "0.1.0",
"homepage": ".",
"private": true,
"browser": {
"crypto": false,
"buffer": false,
"fs": false,
"path": false,
"os": false,
"net": false,
"stream": false,
"tls": false
},
"dependencies": {
"@headlessui/react": "^2.1.4",
"@heroicons/react": "^2.0.7",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.4.3",
"axios": "^1.0.0",
"big.js": "^6.2.1",
"fs": "^0.0.1-security",
"near-api-js": "^5.0.1",
"nth-check": "^2.1.1",
"phosphor-react": "^1.4.0",
"react": "^19.2.1",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.3.0",
"react-router-dom": "^7.0.1",
"react-scripts": "^5.0.0",
"web-vitals": "^4.0.1",
"zustand": "^5.0.0"
},
"scripts": {
"build": "CI=false react-app-rewired build",
"start": "set WDS_SOCKET_PORT=0 && react-app-rewired start",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"@types/big.js": "^6.1.5",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"autoprefixer": "^10.4.8",
"node-polyfill-webpack-plugin": "^4.0.0",
"postcss": "^8.4.16",
"react-app-rewired": "^2.1.11",
"tailwindcss": "^4.0.8"
}
}