forked from ionic-team/capacitor-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.24 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "capacitor-site",
"private": true,
"version": "0.0.1",
"description": "Capacitor Site",
"scripts": {
"ci:env": "touch .env && echo PRISMIC_ENDPOINT=$PRISMIC_ENDPOINT >> .env",
"ci": "npm run ci:env && npm run build",
"build": "stencil build --prerender --ci",
"prerender": "stencil build --prerender",
"start": "stencil build --dev --watch --serve --ssr",
"generate": "stencil generate",
"serve": "stencil build --dev --watch",
"lint": "npm run prettier -- --check",
"fmt": "npm run prettier -- --write",
"prettier": "prettier \"{src,pages}/**/*.{css,scss,html,ts,tsx,md}\"",
"test": "stencil test --spec",
"test.watch": "stencil test --spec --watch",
"docs.plugins": "ts-node --project scripts/tsconfig.json scripts/plugin-api.ts",
"docs.plugins.v2": "ts-node --project scripts/tsconfig.json scripts/plugin-api-v2.ts"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"devDependencies": {
"@capacitor/core": "^2.4.2",
"@capacitor/docgen": "^0.0.10",
"@ionic-internal/ionic-ds": "4.1.4",
"@ionic/prettier-config": "^1.0.1",
"@stencil/core": "^2.2.0",
"@stencil/helmet": "0.3.3-0",
"@stencil/router": "^2.0.0-1",
"@stencil/sass": "^1.3.2",
"@stencil/ssg": "^0.0.22",
"@stencil/store": "^1.3.0",
"@types/jest": "^26.0.15",
"@types/node-fetch": "^2.5.7",
"@types/prismjs": "^1.16.1",
"date-fns": "^2.14.0",
"dotenv": "^8.0.0",
"husky": "^4.3.0",
"ionicons": "^5.2.3",
"jest": "^26.6.1",
"jest-cli": "^26.6.1",
"node-fetch": "^2.6.1",
"prettier": "^2.1.2",
"prismic-dom": "^2.2.4",
"prismic-javascript": "^2.7.1",
"prismjs": "^1.22.0",
"resize-observer-polyfill": "^1.5.1",
"rollup-plugin-dotenv": "^0.3.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
},
"author": "Ionic Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/capacitor.git"
},
"bugs": {
"url": "https://github.com/ionic-team/capacitor"
},
"resolutions": {
"natives": "1.1.3"
},
"homepage": "https://github.com/ionic-team/capacitor",
"prettier": "@ionic/prettier-config",
"dependencies": {
"parallax-js": "^3.1.0"
}
}