-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
70 lines (70 loc) · 1.79 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
{
"name": "mixmello",
"version": "0.1.0",
"private": true,
"dependencies": {
"@kunukn/react-collapse": "^2.2.9",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@sentry/react": "^6.13.3",
"@sentry/tracing": "^6.13.3",
"@szhsin/react-menu": "^2.1.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"animate.css": "^4.1.1",
"axios": "^0.22.0",
"body-scroll-lock": "^4.0.0-beta.0",
"bulma": "^0.9.3",
"classnames": "^2.3.1",
"crypto": "^1.0.1",
"fuse.js": "^6.4.6",
"lodash.memoize": "^4.1.2",
"lodash.uniqby": "^4.7.0",
"node-sass": "5",
"noty": "^3.2.0-beta-deprecated",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-input-autosize": "^3.0.0",
"react-responsive": "^9.0.0-beta.4",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-select": "^5.0.0",
"react-toggle": "^4.1.2",
"react-tooltip": "^4.2.21",
"rodal": "^1.8.1",
"web-vitals": "^1.0.1",
"webrix": "^1.5.6",
"what-input": "^5.2.10",
"workbox-core": "^6.3.0",
"workbox-expiration": "^6.3.0",
"workbox-precaching": "^6.3.0",
"workbox-routing": "^6.3.0",
"workbox-strategies": "^6.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts 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"
]
}
}