-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
101 lines (101 loc) · 3.16 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "nexpenda",
"version": "0.2.1",
"private": true,
"proxy": "http://localhost:4000",
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@hookform/resolvers": "^2.6.0",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.11.3",
"@stripe/react-stripe-js": "^1.4.0",
"@stripe/stripe-js": "^1.13.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"axios": "^0.21.1",
"big.js": "^6.1.1",
"classnames": "^2.2.6",
"date-fns": "^2.16.1",
"easy-peasy": "^4.0.1",
"easy-peasy-decorators": "^0.2.1",
"emoji-picker-react": "^3.4.1",
"emoji-regex": "^9.2.0",
"framer-motion": "^2.9.5",
"http-proxy-middleware": "^1.0.6",
"jsonwebtoken": "^8.5.1",
"node-sass": "^4.14.1",
"query-string": "^6.13.8",
"react": "^17.0.1",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"react-ga": "^3.3.0",
"react-hook-form": "^7.9.0",
"react-responsive-masonry": "^2.1.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-virtualized": "^9.22.3",
"recharts": "^2.0.4",
"uuid": "^8.3.2",
"workbox-expiration": "^6.1.1",
"workbox-routing": "^6.1.1",
"workbox-strategies": "^6.1.1",
"xlsx": "^0.16.9",
"zod": "^3.5.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"update-styles": "node .\\scripts\\update-styles.js",
"generate-pwa-assets": "pwa-asset-generator ./public/logo-white.png ./public/assets --type png --background black --manifest ./public/manifest.json --opaque false --padding 20%",
"create-component": "node .\\scripts\\create-component",
"create-dumb-component": "node .\\scripts\\create-dumb-component",
"create-view": "node .\\scripts\\create-view",
"create-view-component": "node .\\scripts\\create-view-component"
},
"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"
]
},
"devDependencies": {
"@hookform/devtools": "^3.1.0",
"@types/axios": "^0.14.0",
"@types/big.js": "^6.1.1",
"@types/classnames": "^2.2.11",
"@types/emoji-regex": "^9.2.0",
"@types/jest": "^26.0.20",
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "^14.14.21",
"@types/query-string": "^6.3.0",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"@types/react-ga": "^2.3.0",
"@types/react-router-dom": "^5.1.7",
"@types/react-virtualized": "^9.21.10",
"@types/uuid": "^8.3.0",
"chalk": "^4.1.0",
"fs": "0.0.1-security",
"pwa-asset-generator": "^4.3.1",
"rimraf": "^3.0.2",
"typescript": "^4.2.3"
}
}