This repository has been archived by the owner on Jan 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.74 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
{
"name": "hive-daily",
"version": "0.0.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/hive-daily/hive-daily.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --watch",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"storybook": "concurrently \"npm run start\" \"start-storybook -p 9000 --ci\"",
"build:storybook": "npm run build && build-storybook"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@stencil/core": "^1.3.3",
"@stencil/sass": "^1.0.1",
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-centered": "^5.1.9",
"@storybook/addon-console": "^1.2.1",
"@storybook/addon-knobs": "^5.1.9",
"@storybook/addon-notes": "^5.1.9",
"@storybook/addon-options": "^5.1.9",
"@storybook/addon-viewport": "^5.1.9",
"@storybook/html": "^5.2.3",
"@types/node": "^12.7.12",
"babel-loader": "^7.0.6",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-core": "^6.26.3",
"concurrently": "^4.1.2",
"copy-webpack-plugin": "^5.0.3",
"css": "^2.2.4",
"dotenv": "6.2.0",
"typescript": "~3.4.5",
"write-file-webpack-plugin": "^4.5.0"
},
"license": "MIT",
"dependencies": {
"@ionic/core": "^4.11.0"
}
}