-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.01 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
{
"name": "@purple/pt-widgets",
"version": "0.0.5",
"description": "",
"module": "dist/esm/index.js",
"main": "dist/index.js",
"types": "dist/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/"
],
"engines": {
"node": "11.12.0"
},
"scripts": {
"prepublish": "npm run build",
"build": "node --max_old_space_size=4096 ./node_modules/@stencil/core/bin/stencil build",
"stencil": "stencil build --dev --watch --docs",
"test": "stencil test --spec",
"test:e2e": "stencil test --e2e",
"test:snapshot": "stencil test --e2e --screenshot",
"test:generate": "stencil test --spec --json --outputFile=jest-test-results.json",
"test:generate:watch": "stencil test --spec --json --outputFile=jest-test-results.json --watch",
"test:watch": "stencil test --spec --watch",
"start": "npm-run-all --parallel stencil storybook",
"story:test": "npm run test:generate && npm run story",
"storybook": "start-storybook -p 9001 -c .storybook -s www",
"plop": "plop",
"add": "plop component"
},
"dependencies": {
"@amcharts/amcharts4": "^4.5.16",
"@stencil/stylus": "^1.0.0",
"@types/core-js": "^2.5.2",
"axios": "^0.19.0",
"core-js": "^3.2.1",
"debounce-decorator": "^1.0.6"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@stencil/core": "1.2.5",
"@storybook/addon-actions": "^5.1.11",
"@storybook/addon-jest": "^5.1.11",
"@storybook/addon-notes": "^5.1.11",
"@storybook/addon-viewport": "^5.1.11",
"@storybook/html": "^5.1.11",
"@types/jest": "24.0.17",
"@types/stripe-v3": "^3.1.6",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.4",
"jest": "24.8.0",
"jest-cli": "24.8.0",
"npm-run-all": "^4.1.5",
"plop": "^2.4.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"tslint": "^5.18.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.5.3",
"write-file-webpack-plugin": "^4.5.1"
},
"author": "Tom Hodbod",
"license": ""
}