forked from EastsideCo/polaris-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.28 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
{
"name": "@eastsideco/polaris-vue",
"version": "0.1.19",
"description": "Shopify Polaris for Vue 2",
"main": "lib/polaris-vue.min.js",
"scripts": {
"build": "webpack --env build",
"dev": "webpack --progress --colors --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"
},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-core": "6.24.1",
"babel-eslint": "7.2.3",
"babel-loader": "7.0.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "6.24.1",
"chai": "3.5.0",
"css-loader": "^0.28.4",
"eslint": "3.19.0",
"eslint-loader": "1.7.1",
"extract-text-webpack-plugin": "^3.0.0",
"mocha": "3.3.0",
"style-loader": "^0.18.2",
"svg-inline-loader": "^0.8.0",
"vue-loader": "^13.0.4",
"vue-template-compiler": "^2.4.2",
"webpack": "3.1.0",
"yargs": "7.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/EastsideCo/polaris-vue.git"
},
"keywords": [],
"author": "ESC Apps Team <[email protected]>",
"license": "MIT",
"dependencies": {
"change-case": "^3.0.1",
"node-sass": "^4.9.0",
"sass-loader": "^6.0.6"
}
}