-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "ftek-course-statistics",
"version": "1.0.1",
"private": true,
"dependencies": {
"bulma": "^0.9.3",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"express-redis-cache": "^1.1.3",
"mongodb": "^3.7.3",
"mongoose": "^5.13.13",
"node-xlsx": "^0.17.2",
"npm": "^8.1.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
"recharts": "^2.1.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"db": "node statistics/updateDatabase.js"
},
"devDependencies": {
"eslint-config-airbnb": "^18.1.0",
"eslint-config-google": "^0.14.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.0.1",
"nodemon": "^2.0.15"
},
"proxy": "http://localhost:3001",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"homepage": "https://stats.ftek.se/"
}