-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.77 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "curs-mean",
"version": "1.0.0",
"description": "",
"main": "prova.js",
"scripts": {
"start": "node api/init.js",
"build": "node_modules/.bin/webpack --config ./web/webpack.config.js",
"build-dev": "node_modules/.bin/webpack-dev-server --config ./web/webpack.config.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@angular/animations": "4.1.3",
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@angular/forms": "4.1.3",
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@angular/router": "4.1.3",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.17.2",
"cookie-parser": "~1.4.3",
"core-js": "^2.4.1",
"dotenv": "^4.0.0",
"express": "~4.15.3",
"http-status": "^1.0.1",
"jsonwebtoken": "^7.4.1",
"mysql": "^2.13.0",
"ngx-cookie": "^1.0.0",
"orm": "^3.2.3",
"rxjs": "5.0.1",
"tether": "^1.4.0",
"zone.js": "0.8.12"
},
"devDependencies": {
"@types/express": "^4.0.35",
"@types/jasmine": "^2.5.51",
"@types/node": "^7.0.29",
"angular-router-loader": "^0.6.0",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.1.3",
"codelyzer": "^3.0.1",
"css-loader": "^0.28.4",
"eslint": "^4.1.0",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.28.0",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"nodemon": "^1.11.0",
"style-loader": "^0.13.1",
"tslint": "5.4.3",
"typescript": "2.3.4",
"webpack": "2.6.1",
"webpack-dev-server": "2.4.5"
},
"engines": {
"node": "^7.10.0",
"npm": "^3.0.0"
}
}