-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
85 lines (85 loc) · 2.09 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.27.2",
"browserslist": "^4.17.0",
"caniuse-lite": "^1.0.30001257",
"classnames": "^2.2.6",
"craco-less": "^2.0.0",
"discord-markdown": "^2.3.1",
"fomantic-ui": "^2.9.0",
"fomantic-ui-less": "^2.8.8",
"immutability-helper": "^2.8.1",
"jszip": "^3.7.1",
"long": "^4.0.0",
"precompress": "^6.2.5",
"query-string": "^6.1.0",
"react": "^16.8.4",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.8.4",
"react-helmet": "^6.1.0",
"react-redux": "^6.0.1",
"react-router-dom": "^5.1.0",
"react-router-sitemap-generator": "^0.0.8",
"react-s-alert": "^1.4.1",
"react-scripts": "^5.0.1",
"react-snap": "^1.13.1",
"react-textarea-autosize": "^7.1.0",
"react-visibility-sensor": "^5.0.2",
"react-websocket": "^2.1.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"semantic-ui-react": "^1.0.0",
"ws": "^7.0.0"
},
"scripts": {
"start": "craco --openssl-legacy-provider start",
"build": "craco build",
"postbuild": "run-s prerender sitemap",
"test": "craco test",
"eject": "craco eject",
"prerender": "react-snap",
"sitemap": "babel-node src/sitemap.js"
},
"eslintConfig": {
"extends": "react-app"
},
"reactSnap": {
"skipThirdPartyRequests": true,
"inlineCss": true,
"asyncScriptTags": true,
"puppeteerArgs": [
"--no-sandbox",
"--disable-setuid-sandbox",
"--disable-gpu"
],
"include": [
"/",
"/privacy",
"/licenses",
"/bot_added",
"/phishing",
"/packs"
],
"crawl": false
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@craco/craco": "^7.0.0",
"@semantic-ui-react/craco-less": "^2.0.2",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"npm-run-all": "^4.1.5",
"resolve-url-loader": "^5.0.0"
}
}