-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.97 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.97 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": "gwen",
"version": "0.1.0-alpha.9",
"private": true,
"dependencies": {
"@beam-australia/react-env": "^3.1.1",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/rubik": "^4.5.11",
"@liftedinit/many-js": "github:liftedinit/many-js",
"@liftedinit/ui": "github:liftedinit/lifted-ui",
"@web3auth/openlogin-adapter": "^2.1.3",
"@web3auth/web3auth": "^2.1.3",
"framer-motion": "^6.5.1",
"jose": "^4.10.3",
"localforage": "^1.10.0",
"react": "^17.0.2",
"react-apexcharts": "1.4.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^17.0.2",
"react-hook-form": "^7.33.1",
"react-icons": "^4.6.0",
"react-query": "^4.0.0-alpha.20",
"react-router": "^6.4.2",
"react-router-dom": "^6.4.2",
"react-scripts": "4.0.3",
"typescript": "^4.8.4",
"web-vitals": "^3.0.4",
"zustand": "^3.7.1"
},
"devDependencies": {
"@chakra-ui/react": "^1.8.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.5",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"eslint-config-react-app": "^7.0.0",
"http-proxy-middleware": "^2.0.6",
"prettier-plugin-organize-imports": "^3.2.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"build:prod": "APP_ENV=production react-env --env APP_ENV -- npm run build",
"build:staging": "APP_ENV=staging react-env --env APP_ENV -- npm run build",
"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"
]
}
}