-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.27 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
{
"name": "flow-templates",
"version": "1.0.0",
"description": "Storybook project for flow-core component templates",
"private": true,
"sideEffects": false,
"scripts": {
"preinstall": "npx only-allow pnpm",
"storybook": "storybook dev -p 6008",
"start": "concurrently \"NODE_OPTIONS=--openssl-legacy-provider yarn storybook\" \"node stories/structure/update-component.js\"",
"build-storybook": "storybook build",
"create-structure-page": "node stories/structure/update-component.js"
},
"keywords": [
"web-components",
"lit-element",
"typescript",
"lit",
"storybook",
"vue3"
],
"devDependencies": {
"@babel/core": "^7.21.3",
"@storybook/addon-actions": "^7.6.6",
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-interactions": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
"@storybook/addon-mdx-gfm": "^7.6.6",
"@storybook/addon-storysource": "^7.6.6",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^7.6.6",
"@storybook/vue3-vite": "^7.6.6",
"@storybook/web-components": "^7.6.6",
"@types/eslint": "^8.4.3",
"@types/jest": "28.1.3",
"@types/node": "^20.5.9",
"@types/prettier": "^2.6.3",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@vitejs/plugin-vue": "^4.1.0",
"babel-loader": "^8.3.0",
"concurrently": "^8.2.1",
"eslint": "^8.17.0",
"eslint-plugin-storybook": "^0.6.15",
"lit-html": "^2.2.5",
"prettier": "^2.6.2",
"rollup-plugin-postcss-lit": "^2.0.0",
"rollup-plugin-scss": "3.0.0",
"sass": "^1.52.3",
"storybook": "^7.6.6",
"storybook-addon-themes": "^6.1.0",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vue-loader": "^16.8.3",
"vue-tsc": "^1.2.0",
"@storybook/addon-docs": "^7.6.6",
"react": "17.0.2"
},
"dependencies": {
"@ollion/flow-aws-icon": "1.9.1",
"@ollion/flow-code-editor": "^1.1.0",
"@ollion/flow-core": "2.8.0",
"@ollion/flow-form-builder": "2.2.1",
"@ollion/flow-gcp-icon": "1.8.1",
"@ollion/flow-product-icon": "1.12.1",
"@ollion/flow-system-icon": "1.16.1",
"@ollion/flow-table": "2.2.4",
"@faker-js/faker": "^8.0.2",
"lit": "^3.1.0",
"lodash": "^4.17.21",
"vue": "^3.2.47"
}
}