-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.73 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
{
"name": "@pie-framework/pie-demo",
"publishConfig": {
"access": "public"
},
"repository": "pie-framework/pie-demo-component",
"version": "4.1.6",
"description": "Custom Element for Demoing PIE Framework Interactions",
"module": "dist/esm/index.js",
"main": "dist/pie-demo.js",
"browser": "dist/pie-demo.js",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/"
],
"scripts": {
"build": "stencil build && git status",
"release": "npm run build && ./node_modules/.bin/release-it --verbose",
"start": "dev",
"dev": "stencil build --dev --watch --serve",
"startEs5": "stencil build --dev --watch --serve --es5",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"serve": "serve"
},
"dependencies": {
"@pie-framework/pie-configure-events": "^1.2.0",
"@pie-framework/pie-player-components": "3.0.0",
"@stencil/core": "^1.3.2",
"classnames": "^2.2.6",
"debug": "^4.1.1",
"docson": "git://github.com/pie-framework/docson.git#6a5780f26525236ad3a1968b53da1f7bef66f935",
"handlebars": "4.3.4",
"json-beautify": "^1.1.0",
"lodash": "^4.17.11",
"parse-package-name": "^0.1.0",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@release-it/conventional-changelog": "^1.1.0",
"@types/jest": "25.2.3",
"@types/puppeteer": "1.20.2",
"conventional-changelog": "^3.1.10",
"conventional-changelog-cli": "^2.0.23",
"jest": "24.9.0",
"jest-cli": "24.9.0",
"pnpm": "^6.33.1",
"puppeteer": "1.20.0",
"release-it": "^12.3.6",
"serve": "^10.0.2",
"start-server-and-test": "^1.7.8"
},
"license": "ISC"
}