-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
120 lines (119 loc) · 3.59 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "weightxreps-client",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/bandinopla/weightxreps-client.git"
},
"scripts": {
"dev": "react-app-rewired start",
"dev:staging": "cross-env REACT_APP_REMOTE_SERVER=staging react-app-rewired start",
"dev:production": "cross-env REACT_APP_REMOTE_SERVER=production react-app-rewired start",
"build": "cross-env GENERATE_SOURCEMAP=false react-app-rewired build",
"test-build": "react-app-rewired build",
"test": "react-app-rewired test",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"version": "node src/utils/increase-build-number.js"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"no-restricted-globals": "warn",
"no-unused-expressions": "warn",
"@typescript-eslint/no-unused-expressions":"warn"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/styles": "^4.11.5",
"@rive-app/react-canvas": "^4.16.1",
"@use-gesture/react": "^10.3.0",
"apollo-upload-client": "^16.0.0",
"codemirror": "^5.62.3",
"dropbox": "^10.34.0",
"firebase": "^9.6.11",
"firebaseui": "^6.0.1",
"fireworks": "^2.2.7",
"fuse.js": "^6.6.2",
"graphql": "^15.5.1",
"joi": "^17.12.1",
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"papaparse": "^5.3.1",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-cropper": "^2.1.8",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-firebaseui": "^6.0.0",
"react-github-btn": "^1.4.0",
"react-instagram-embed": "^3.0.0",
"react-lorem-ipsum": "^1.4.9",
"react-router-dom": "^5.2.0",
"react-sizeme": "^3.0.1",
"react-text-tokenizer": "^1.0.4",
"recharts": "^2.1.2",
"typewriter-effect": "^2.18.2",
"whatwg-fetch": "^3.6.20",
"workbox-core": "^7.1.0",
"workbox-expiration": "^7.0.0",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^12.8.3",
"@types/codemirror": "^5.60.15",
"@types/jest": "^27.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^16.4.13",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"assert": "^2.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"react-scripts": "5.0.0",
"semver": "^7.3.2",
"source-map-explorer": "^2.5.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^4.3.5",
"url": "^0.11.4",
"vm-browserify": "^1.1.2",
"web-vitals": "^1.1.2",
"yargs": "^15.4.1"
}
}