forked from ionic-team/ionic-pwa-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 922 Bytes
/
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
{
"name": "@bbvch/planning-poker",
"private": true,
"version": "0.0.1",
"description": "bbv Planning Poker",
"license": "MIT",
"files": [
"dist/"
],
"scripts": {
"build": "stencil build",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watch",
"generate": "stencil generate",
"format": "prettier --write \"{src,json-server,cypress}/**/*{.ts,.js,.json,.css,.scss}\"",
"format:check": "prettier --list-different \"{src,json-server,cypress}/**/*{.ts,.js,.json,.css,.scss}\"",
"format:fix": "pretty-quick --staged"
},
"devDependencies": {
"@ionic/core": "5.1.0",
"@stencil/core": "1.12.7",
"prettier": "^2.0.5",
"workbox-build": "5.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blumk/bbv-planning-poker.git"
},
"author": "Ken Blum"
}