forked from scrpgil/who-use-ionic
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 828 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 828 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
30
31
32
33
34
{
"name": "who-use-ionic",
"private": true,
"version": "0.0.1",
"description": "who-use-ionic",
"license": "MIT",
"files": [
"dist/"
],
"scripts": {
"build": "stencil build",
"build.ci": "stencil build --prerender --ci",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watch",
"generate": "stencil generate",
"fmt": "prettier --parser typescript --write \"./**/*.ts\""
},
"dependencies": {
"@stencil/sass": "^1.5.2",
"@types/estree": "^1.0.0",
"pre-commit": "^1.2.2",
"prettier": "^1.17.1"
},
"devDependencies": {
"@ionic/core": "^6.0.4",
"@stencil/core": "^2.13.0",
"@stencil/helmet": "^0.3.2",
"@types/jest": "^27.4.0"
},
"pre-commit": [
"fmt"
]
}