This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
68 lines (68 loc) · 1.89 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
{
"name": "pogify",
"version": "0.1.0",
"private": true,
"license": "AGPL-3.0-or-later",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@sentry/react": "^5.22.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cookie": "^0.4.1",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"express-session": "^1.17.1",
"feather-icons": "^4.28.0",
"firebase": "^7.18.0",
"gh-pages": "^3.1.0",
"lodash": "lodash/lodash#86a852fe763935bb64c12589df5391fd7d3bb14d",
"mobx": "^5.15.6",
"mobx-react": "^6.3.0",
"mobx-utils": "^5.6.1",
"nanoid": "^3.1.12",
"promise-retry": "^2.0.1",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-device-detect": "^1.14.0",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^1.2.1",
"socket.io": "^2.3.0",
"url-join": "^4.0.1"
},
"scripts": {
"start": "react-scripts start",
"start-dev": "cross-env NODE_ENV=development react-scripts start",
"start-build": "node index.js",
"build": "react-scripts build && cp build/index.html build/404.html",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"edge >= 16",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"edge >= 16"
]
}
}