forked from ownego/polaris-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 3.02 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "@ownego/polaris-vue",
"version": "1.0.2",
"polaris_version": "9.19.0",
"description": "Shopify Polaris UI library for Vue 3",
"author": "Ownego Team",
"keywords": [
"polaris",
"shopify polaris",
"polaris-vue",
"vue3",
"vue framework",
"ui"
],
"files": [
"dist",
"package.json",
"volar.d.ts",
"LICENSE",
"README.md"
],
"types": "./dist/types/src/polaris-vue.d.ts",
"main": "./dist/polaris-vue.umd.js",
"module": "./dist/polaris-vue.es.js",
"scripts": {
"dev": "vite",
"build": "rimraf dist && vue-tsc --noEmit && vite build && npm run gen-volar-dts && npm run remove-trashes",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"storybook": "start-storybook -p 6006",
"build-storybook": "rimraf ./docs && build-storybook -o docs",
"gen-volar-dts": "esbuild build/gen-component-declaration.js --bundle --platform=node | node && npm run move-volar-dts",
"move-volar-dts": "mv volar.d.ts dist/volar.d.ts",
"remove-trashes": "rimraf dist/index.html dist/favicon.ico dist/images"
},
"dependencies": {
"@shopify/polaris-icons": "^4.23.0",
"vite-svg-loader": "^3.1.2",
"vue": "^3.2.31",
"vue-router": "^3.1.6"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@rushstack/eslint-patch": "^1.1.0",
"@shopify/polaris-tokens": "^5.4.0",
"@shopify/typescript-configs": "^5.1.0",
"@storybook/addon-a11y": "^6.5.5",
"@storybook/addon-actions": "^6.5.5",
"@storybook/addon-docs": "^6.5.5",
"@storybook/addon-essentials": "^6.5.5",
"@storybook/addon-links": "^6.5.5",
"@storybook/addons": "^6.5.5",
"@storybook/builder-vite": "^0.1.35",
"@storybook/theming": "^6.5.5",
"@storybook/vue3": "^6.5.5",
"@types/node": "^16.11.25",
"@vitejs/plugin-vue": "^2.2.4",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/tsconfig": "^0.1.3",
"babel-loader": "^8.2.3",
"change-case": "^4.1.2",
"eslint": "^8.10.0",
"eslint-plugin-storybook": "^0.5.12",
"eslint-plugin-vue": "^8.5.0",
"fs-extra": "^10.1.0",
"hash-generator": "^0.1.0",
"path": "^0.12.7",
"polaris": "https://github.com/juzser/polaris.git",
"postcss": "^7",
"postcss-modules": "^3",
"prettier": "^2.5.1",
"process": "^0.11.10",
"rimraf": "^3.0.2",
"sass": "^1.49.8",
"ts-dedent": "^2.2.0",
"typescript": "~4.5.5",
"vite": "^2.8.6",
"vite-plugin-checker": "^0.4.2",
"vite-plugin-dts": "^1.2.0",
"vite-plugin-eslint": "^1.3.0",
"vite-plugin-replace": "^0.1.1",
"vue-tsc": "^0.32.1"
},
"peerDependencies": {
"vue": "^3.2.31"
},
"repository": {
"type": "git",
"url": "https://github.com/ownego/polaris-vue.git"
},
"bugs": {
"url": "https://github.com/ownego/polaris-vue/issues"
},
"homepage": "https://github.com/ownego/polaris-vue#readme",
"license": "MIT"
}