-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.2 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": "angular-seed",
"version": "0.0.1",
"description": "A starter template for AngularTS app",
"main": "index.js",
"scripts": {
"serve": "web-dev-server --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Angular-Wave/angular-seed.git"
},
"keywords": [
"AngularJS",
"AngularTS",
"Angular seed"
],
"author": "Anatoly Ostrovsky",
"license": "MIT",
"bugs": {
"url": "https://github.com/Angular-Wave/angular-seed/issues"
},
"homepage": "https://github.com/Angular-Wave/angular-seed#readme",
"dependencies": {
"@angular-wave/angular.ts": "latest",
"modern-normalize": "latest",
"web": "^0.0.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "latest",
"@rollup/plugin-terser": "latest",
"@web/dev-server": "latest",
"@web/rollup-plugin-copy": "latest",
"@web/rollup-plugin-html": "latest",
"husky": "latest",
"lightningcss": "latest",
"lint-staged": "latest",
"prettier": "latest",
"rollup": "latest"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}