-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.66 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": "@appydesign/polaris-vue",
"version": "0.4.0",
"description": "Shopify Polaris for Vue 2",
"main": "lib/polaris-vue.min.js",
"scripts": {
"build": "webpack --env build",
"dev": "webpack --progress --watch --env dev",
"test": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
"test:watch": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
},
"dependencies": {
"@shopify/app-bridge": "^3.4.3",
"change-case": "^3.1.0",
"drop-console-webpack-plugin": "^3.0.2",
"sass": "^1.55.0",
"sass-loader": "^10.0.0",
"vue-observe-visibility": "^1.0.0"
},
"devDependencies": {
"@babel/core": "7.1.6",
"@babel/preset-env": "^7.1.6",
"babel-cli": "6.24.1",
"babel-eslint": "7.2.3",
"babel-loader": "^8.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "6.24.1",
"chai": "3.5.0",
"css-loader": "^0.28.11",
"eslint": "3.19.0",
"eslint-loader": "1.7.1",
"mini-css-extract-plugin": "^1.6.2",
"mocha": "6.2.3",
"style-loader": "^0.18.2",
"svg-inline-loader": "^0.8.2",
"vue-loader": "^14.2.4",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.0.0",
"webpack-cli": "^4.10.0",
"yargs": "7.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kyon147/polaris-vue.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "ESC Apps Team <[email protected]>",
"license": "MIT"
}