-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 2.03 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 2.03 KB
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
{
"name": "lp",
"version": "2.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.46",
"apexcharts": "^3.17.0",
"moment": "^2.24.0",
"react": "^16.13.1",
"react-apexcharts": "^1.3.6",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2",
"react-world-flags": "^1.3.0"
},
"devDependencies": {
"react-scripts": "^3.4.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build -m Update",
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build && cp build/index.html build/404.html",
"eject": "react-scripts --openssl-legacy-provider eject",
"clone-api": "git clone --single-branch --branch api https://github.com/NeKzBot/lp api",
"clone-build": "git clone --single-branch --branch gh-pages https://github.com/NeKzor/lp build",
"dev": "hs ./api --cors",
"prettier": "prettier --config ./prettier.config.js --write './src/**/*.js'",
"api": "gh-pages -b api -d api -m Update -u \"NeKzBot <44978126+NeKzBot@users.noreply.github.com>\"",
"update": "cargo run --manifest-path ./backend/Cargo.toml",
"update:now": "cargo run --manifest-path ./backend/Cargo.toml -- --now",
"update:test": "cargo test --manifest-path ./backend/Cargo.toml",
"server": "cargo run --manifest-path ./server/Cargo.toml",
"server:test": "cargo test --manifest-path ./server/Cargo.toml",
"book": "mdbook build ./rules",
"book:serve": "mdbook serve -p 3030 ./rules",
"audit": "npm audit --production"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}