-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.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
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
{
"name": "fe2",
"version": "0.1.0",
"private": true,
"scripts": {
"start": " PORT=8088 FAST_REFRESH=false BROWSER=none react-scripts start",
"proxy": "node ./proxy.js",
"build": "react-scripts build",
"deploy": "ccli deploy pages-static --dir ./build --env skchain",
"e2e": "playwright test",
"e2e-headed": "playwright test --headed",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.25",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@xstate/react": "^3.0.0",
"antd": "^4.18.7",
"bignumber.js": "^9.0.2",
"dexie": "^3.2.2",
"dexie-react-hooks": "^1.1.1",
"http-proxy": "^1.18.1",
"i18next": "^21.6.11",
"i18next-browser-languagedetector": "^6.1.3",
"lodash": "^4.17.21",
"mapbox-gl": "^2.8.2",
"minimist": ">=1.2.6",
"moment": ">=2.29.2",
"multiformats": "^9.6.5",
"node-forge": ">=1.3.0",
"nth-check": ">=2.0.1",
"path-browserify": "^1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.15.5",
"react-json-view": "^1.21.3",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"typescript": "^4.5.5",
"web-vitals": "^2.1.4",
"xstate": "^4.32.0"
},
"devDependencies": {
"@playwright/test": "^1.23.1",
"@sccode/cli": "^1.0.4",
"@types/lodash": "^4.14.182",
"@types/mapbox-gl": "^2.7.1",
"@xstate/inspect": "^0.7.0",
"sass": "^1.49.7",
"sass-loader": "^12.6.0"
},
"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"
]
},
"homepage": "http://mywebsite.com/skchain"
}