-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
102 lines (102 loc) · 3.02 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
{
"name": "sipacker",
"version": "1.2.0",
"description": "Онлайн-редактор паков для Своей Игры (SiGame Владимиря Хиля)",
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^5.0.0-beta.5",
"@mui/lab": "^5.0.0-alpha.49",
"@mui/material": "^5.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"checkerboardjs": "^1.1.0",
"classnames": "^2.3.1",
"compressorjs": "^1.1.1",
"content-type": "^1.0.4",
"dayjs": "^1.10.7",
"decimal.js": "^10.3.1",
"dexie": "^3.0.3",
"file-saver": "^2.0.5",
"filesize": "^8.0.3",
"formik": "^2.2.9",
"history": "^4.10.1",
"jszip": "^3.7.1",
"just-clone": "^3.2.1",
"nanoid": "^3.1.28",
"notistack": "^1.0.6-next.3",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-beforeunload": "^2.5.1",
"react-bottom-scroll-listener": "^5.0.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-merge-refs": "^1.1.0",
"react-redux": "^7.2.5",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-use-size": "^2.0.4",
"redux": "^4.1.1",
"sass": "^1.41.1",
"spark-md5": "^3.0.2",
"transliteration": "^2.2.0",
"uuid": "^3.4.0",
"waveformer": "^1.0.4",
"web-vitals": "^1.0.1",
"workbox-background-sync": "^5.1.3",
"workbox-broadcast-update": "^5.1.3",
"workbox-cacheable-response": "^5.1.3",
"workbox-core": "^5.1.3",
"workbox-expiration": "^5.1.3",
"workbox-google-analytics": "^5.1.3",
"workbox-navigation-preload": "^5.1.3",
"workbox-precaching": "^5.1.3",
"workbox-range-requests": "^5.1.3",
"workbox-routing": "^5.1.3",
"workbox-strategies": "^5.1.3",
"workbox-streams": "^5.1.3",
"xml-escape": "^1.1.0",
"xml-js": "^1.6.11",
"yup": "^0.32.9"
},
"scripts": {
"start": "react-app-rewired start",
"sw-start": "http-server build",
"build": "react-app-rewired build",
"netlify-build": "react-app-rewired build && echo \"/* /index.html 200\" > build/_redirects",
"ghp-build": "PUBLIC_URL=/SIPacker react-app-rewired build",
"test": "react-app-rewired 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"
]
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/preset-env": "^7.15.8",
"customize-cra": "^1.0.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.25.2",
"http-server": "^14.0.0",
"react-app-rewired": "^2.1.8"
}
}