-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "wasabi",
"version": "0.0.1",
"description": "UI generated based on an ARC-4 App's ABI Interface",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^1.7.2",
"algosdk": "^1.13.1",
"buffer": "^6.0.3",
"highlight.js": "^11.4.0",
"path-browserify": "^1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.2.2",
"react-redux": "^7.2.6",
"styled-components": "^5.3.3",
"wouter": "^2.7.4"
},
"devDependencies": {
"@rollup/plugin-inject": "^4.0.4",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.14",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.22",
"@types/styled-components": "^5.1.21",
"@vitejs/plugin-react-refresh": "^1.3.6",
"lodash": "^4.17.21",
"typescript": "^4.5.5",
"vite": "^2.4.4"
},
"browserslist": [
">0.2%",
"not dead"
],
"engines": {
"node": "16.x"
}
}