-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.11 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
{
"name": "strike-off",
"private": true,
"version": "0.0.19",
"description": "A fast progressive web app to organize your to-do items and strike em off.",
"scripts": {
"build": "stencil build --prerender --config stencil.config.ts",
"start": "stencil build --dev --watch --serve --no-open",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"prerender": "stencil build --prerender --config stencil.config.ts",
"prettier": "prettier --write \"./src/**/*.{ts,tsx}\"",
"generate": "stencil generate"
},
"dependencies": {
"@ionic/core": "5.6.8",
"@stencil/core": "^2.5.2",
"@stencil/router": "1.0.1",
"idb": "6.0.0",
"ionicons": "5.5.1"
},
"license": "MIT",
"devDependencies": {
"@stencil/eslint-plugin": "0.3.1",
"@stencil/postcss": "2.0.0",
"@stencil/store": "1.4.1",
"@types/jest": "26.0.23",
"@typescript-eslint/eslint-plugin": "2.23.0",
"@typescript-eslint/parser": "2.23.0",
"cssnano": "5.0.5",
"eslint": "6.8.0",
"postcss": "8.3.0",
"prettier": "2.3.1",
"workbox-build": "4.3.1"
}
}