-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 889 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 889 Bytes
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
{
"name": "levelup",
"version": "1.0.0",
"author": "angelazhou42@gmail.com",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --watch",
"start": "nodemon server/index.js"
},
"license": "ISC",
"dependencies": {
"@material-ui/core": "^3.6.1",
"@material-ui/icons": "^3.0.1",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"khan": "^0.1.8",
"live-server": "^1.2.0",
"mongoose": "^5.3.14",
"morgan": "^1.9.1",
"mysql": "^2.16.0",
"nodemon": "^1.18.4",
"react": "^16.5.2",
"react-dom": "^16.5.2"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
}
}