-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.28 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
{
"name": "precourseauto",
"version": "1.0.0",
"description": "",
"main": "phantomtests.js",
"scripts": {
"start": "node server/server.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JEngdahl/PrecourseAuto.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JEngdahl/PrecourseAuto/issues"
},
"homepage": "https://github.com/JEngdahl/PrecourseAuto#readme",
"dependencies": {
"alphanumeric-sort": "0.0.1",
"auth0-js": "^9.5.0",
"axios": "^0.17.1",
"chai": "^4.1.2",
"chart.js": "^2.7.1",
"chartjs": "^0.3.24",
"cheerio": "^1.0.0-rc.2",
"csv-express": "^1.2.2",
"express": "^4.16.2",
"history": "^4.7.2",
"mocha": "^5.0.5",
"mysql": "^2.15.0",
"react": "^16.2.0",
"react-bootstrap": "^0.32.0",
"react-chartjs-2": "^2.7.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"sinon": "^4.5.0",
"sinon-chai": "^3.0.0",
"sql": "^0.78.0",
"strip-comments": "^0.4.4",
"sync-request": "^6.0.0",
"underscore": "^1.8.3"
}
}