forked from manfredsteyer/snake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
{
"name": "ngx-snake",
"version": "1.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"start": "ng serve",
"lint": "tslint \"src/**/*.ts\"",
"build": "webpack",
"deploy": "node deploy.js"
},
"repository": {
"type": "git",
"url": "git://github.com/SamirHodzic/ngx-snake"
},
"private": false,
"dependencies": {
"@angular/common": "^9.1.9",
"@angular/compiler": "^9.1.9",
"@angular/core": "^9.1.9",
"@angular/platform-browser": "^9.1.9",
"@angular/platform-browser-dynamic": "^9.1.9",
"core-js": "^2.5.1",
"tslib": "^1.9.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.7",
"@angular/cli": "^9.1.7",
"@angular/compiler-cli": "^9.1.9",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-typescript": "^7.9.0",
"@types/node": "^10.0.51",
"angular-cli-ghpages": "^0.5.3",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"codelyzer": "^4.5.0",
"copy-webpack-plugin": "^6.0.1",
"gh-pages": "^2.2.0",
"ts-node": "^4.0.0",
"tslint": "^5.8.0",
"typescript": "~3.8.3",
"webpack": "5.0.0-beta.16",
"webpack-cli": "^3.3.11"
}
}