-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
36 lines (36 loc) · 1 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
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"body-parser": "^1.17.1",
"cheerio": "^0.22.0",
"css-loader": "^0.28.4",
"ejs": "^2.5.6",
"express": "^4.15.2",
"mongo-sanitize": "^1.0.0",
"mongodb": "^2.2.24",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"request": "^2.81.0",
"style-loader": "^0.18.2",
"webpack": "^3.1.0"
},
"devDependencies": {
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^2.29.0",
"uglify-js": "git://github.com/mishoo/UglifyJS2#harmony-v2.8.22",
"webpack-dev-server": "^2.5.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node \"Back End/server.js\"",
"webpack": "cd Front\\ End && webpack",
"dev": "cd Front\\ End && webpack-dev-server --content-base ./dist"
},
"author": "Sid",
"license": "ISC"
}