-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.21 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
{
"name": "shoppingcart2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd client && npm install --only=prod && ng build --prod && cp -r dist/client/* ../src/main/resources/public"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/provolosi-web/progetto-web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/provolosi-web/progetto-web/issues"
},
"homepage": "https://gitlab.com/provolosi-web/progetto-web#README",
"dependencies": {
"@angular-devkit/build-angular": "~0.7.0",
"@angular/cli": "~6.1.4",
"@angular/compiler": "^7.0.1",
"@angular/compiler-cli": "^6.1.0",
"@angular/language-service": "^6.1.0",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"typescript": "~2.7.2",
"@angular/animations": "^6.1.0",
"@angular/common": "^6.1.0",
"@angular/core": "^6.1.0",
"@angular/forms": "^6.1.0",
"@angular/http": "^6.1.0",
"@angular/platform-browser": "^6.1.0",
"@angular/platform-browser-dynamic": "^6.1.0",
"@angular/router": "^6.1.0"
}
}