-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.58 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
{
"name": "front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-spa-js": "^1.8.1",
"axios": "^0.19.2",
"babel-preset-react-app": "^9.1.2",
"bulma": "^0.8.2",
"bulma-helpers": "^0.3.8",
"bulma-pageloader": "^0.3.0",
"dotenv": "^8.2.0",
"express-generator": "^4.16.1",
"i18next": "^19.9.2",
"i18next-browser-languagedetector": "^6.0.1",
"install": "^0.13.0",
"jquery": "^3.5.1",
"kuende-livestamp": "^1.1.2",
"moment": "^2.26.0",
"node-sass": "^4.14.1",
"npm": "^6.14.5",
"public-ip": "^4.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ga": "^3.3.0",
"react-helmet": "^6.1.0",
"react-i18next": "^11.8.10",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-share": "^4.1.0",
"socket.io-client": "^2.3.0",
"typewriter-effect": "^2.13.1",
"zero-indexed-ulam-spiral": "^0.0.1"
},
"scripts": {
"dev": "REACT_APP_API_BASE_URL=http://localhost:3001/api REACT_APP_AWS_S3_ROOT_URL=https://1000000000-dev.s3.amazonaws.com REACT_APP_SOCKET_URL=http://localhost:3001 react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}