-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 838 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 838 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
{
"scripts": {
"start": "npx parcel ./src/index.html",
"build": "npx parcel build ./src/index.html --experimental-scope-hoisting",
"generate:module": "npx gapi g m",
"generate:component": "npx gapi g -c",
"generate:provider": "npx gapi g p",
"generate:service": "npx gapi g s"
},
"dependencies": {
"@rhtml/component": "0.0.74",
"@rhtml/di": "0.0.74",
"@babel/core": "^7.10.2",
"babel-plugin-module-resolver": "^4.0.0",
"@abraham/reflection": "^0.7.0",
"@rxdi/lit-html": "^0.7.92",
"rxjs": "^6.6.3"
},
"browserslist": [
"last 1 chrome versions"
],
"devDependencies": {
"typescript": "^4.1.3",
"@rhtml/schematics": "^0.0.74",
"@angular-devkit/core": "^7.3.7",
"@angular-devkit/schematics": "^7.3.7",
"@angular-devkit/schematics-cli": "^0.13.7"
}
}