-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.52 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
{
"name": "raen-admin",
"private": true,
"homepage": ".",
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "echo no tests 😞 && exit 1",
"lint": "eslint",
"eject": "craco eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@radix-ui/react-collapsible": "^0.1.7-rc.38",
"@radix-ui/react-dropdown-menu": "^0.1.7-rc.41",
"@radix-ui/react-tooltip": "^0.1.8-rc.43",
"@rjsf/core": "^4.2.0",
"brotli-dec-wasm": "^1.3.0",
"buffer": "^6.0.3",
"fast-deep-equal": "^3.1.3",
"near-api-js": "github:AhaLabs/near-api-js#develop",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-markdown": "^8.0.3",
"react-router-dom": "6",
"react-syntax-highlighter": "^15.5.0",
"to-snake-case": "^1.0.0",
"wasm-walrus-tools": "github:AhaLabs/wasm-walrus-tools#v0.1.0",
"web-vitals": "^2.1.0"
},
"devDependencies": {
"@craco/craco": "^7.0.0",
"@types/node": "^17.0.23",
"@types/react": "^18.0.3",
"@types/react-dom": "^18.0.0",
"@types/react-syntax-highlighter": "^15.5.4",
"@types/to-snake-case": "^1.0.0",
"ajv": "^8.12.0",
"react-scripts": "^5.0.1",
"sass": "^1.50.0",
"typescript": "^4.4.2",
"typescript-plugin-css-modules": "^3.4.0"
}
}