-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.43 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.43 KB
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
{
"name": "angular-seed",
"version": "0.0.1",
"description": "A starter template for AngularTS app",
"type": "module",
"scripts": {
"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",
"@capacitor/camera": "latest",
"@capacitor/core": "^8.2.0",
"@capacitor/filesystem": "latest",
"@capacitor/preferences": "latest",
"@capacitor/splash-screen": "latest",
"@ionic/core": "8.8.0",
"@ionic/pwa-elements": "^3.4.0",
"modern-normalize": "latest"
},
"devDependencies": {
"@capacitor/cli": "^8.2.0",
"@eslint/js": "^9.39.4",
"@rollup/plugin-commonjs": "latest",
"@rollup/plugin-node-resolve": "latest",
"@rollup/plugin-terser": "latest",
"@web/rollup-plugin-copy": "latest",
"@web/rollup-plugin-html": "latest",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.4.0",
"husky": "latest",
"lightningcss": "latest",
"prettier": "latest",
"rollup": "latest",
"typescript": "latest"
}
}