-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.43 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
51
52
53
54
{
"name": "YoungColor",
"version": "0.0.1",
"description": "MyTodoList",
"main": "server.js",
"author": "Miya",
"dependencies": {
"angular": "^1.7.2",
"angular-route": "^1.7.2",
"body-parser": "^1.17.2",
"express": "^4.4.8",
"handlebars": "^4.0.10",
"mongoose": "~5.1.6",
"style-loader": "^0.21.0",
"@types/lodash": "4.14.87",
"ramda": "0.25.0",
"uuid": "3.3.2"
},
"devDependencies": {
"@angular/common": "4.0.1",
"@angular/compiler": "4.0.1",
"@angular/core": "4.0.1",
"@angular/forms": "4.0.1",
"@angular/http": "4.0.1",
"@angular/platform-browser": "4.0.1",
"@angular/platform-browser-dynamic": "4.0.1",
"@angular/router": "4.0.1",
"@types/angular": "1.6.39",
"angular-route": "^1.7.2",
"babel-loader": "^7.0.0",
"body-parser": "^1.17.2",
"css-loader": "^0.28.4",
"express": "^4.4.8",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.5",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"mongoose": "~5.1.6",
"raw-loader": "^0.5.1",
"ts-loader": "^4.4.1",
"typescript": "^2.9.2",
"url-loader": "~0.6.2",
"webpack": "^4.12.1",
"webpack-cli": "^3.0.8"
},
"scripts": {
"start": "node server.js",
"stop": "killall -SIGINT myApp",
"build": "webpack --mode production",
"dev": "webpack --mode development"
}
}