-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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": "foxlearn",
"version": "1.0.1",
"homepage": "/",
"description": "A Web Based Learning Environment created for students",
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"dev": "react-scripts start",
"start": "serve -s build",
"test": "react-scripts test --env=jsdom",
"heroku-postbuild": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/team-foxploit/FoxLearn.git"
},
"eslintConfig": {
"extends": "react-app"
},
"author": "Foxploit Ltd.",
"license": "MIT",
"bugs": {
"url": "https://github.com/team-foxploit/FoxLearn/issues"
},
"dependencies": {
"axios": "^0.18.0",
"materialize-css": "^1.0.0-rc.2",
"mysql": "^2.16.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-google-charts": "^3.0.10",
"react-loader-spinner": "^2.3.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.3",
"serve": "^10.1.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}