forked from SWRowan/Zip-Budget-Server
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
30 lines (28 loc) · 851 Bytes
/
package-lock.json
File metadata and controls
30 lines (28 loc) · 851 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@types/core-js": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/@types/core-js/-/core-js-2.5.2.tgz",
"integrity": "sha512-+NPqjXgyA02xTHKJDeDca9u8Zr42ts6jhdND4C3PrPeQ35RJa0dmfAedXW7a9K4N1QcBbuWI1nSfGK4r1eVFCQ==",
"dev": true
},
"videogular2": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/videogular2/-/videogular2-7.0.1.tgz",
"integrity": "sha512-nWsOGmyZEodK61ahF7EzWWoKn9DqsBdNRmvsZ5uz7jDgbEavABxWwgf4fWrHDgbizBNc9/VuyG5OwPZqkaW56w=="
}
},
{"name": "client",
"version": "0.0.0",
"lisence" : "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
},
}