-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.31 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
{
"name": "@eastsideco/salvo-lite",
"version": "0.0.1",
"description": "SALVO-lite - Eastside Co's theme building toolchain.",
"dependencies": {
"@eastsideco/escshopify": "0.0.14",
"@shopify/theme-addresses": "^2.0.5",
"babel-runtime": "^6.26.0",
"choices.js": "^9.0.1",
"deep-equal": "^1.0.1",
"dom4": "^1.8.5",
"eslint": "^4.17.0",
"evee": "^2.1.0",
"image-preloader": "^1.1.1",
"lightslider": "^1.1.6",
"local-storage-fallback": "^4.0.2",
"node-sass": "^4.14.1",
"normalize.css": "^7.0.0",
"null-loader": "^0.1.1",
"promise-queue": "^2.2.3",
"query-string": "^5.0.1",
"sass-loader": "^6.0.6",
"slick-carousel": "^1.8.1",
"style-loader": "^0.19.0",
"superagent": "^3.8.0",
"vue": "^2.5.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-regenerator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"copy-webpack-plugin": "^4.2.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.2.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.9.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"ignore-loader": "^0.1.2",
"mkdirp": "^0.5.1",
"node-loader": "^0.6.0",
"raw-loader": "^1.0.0-beta.0",
"vue-loader": "^12.2.2",
"vue-template-compiler": "^2.5.2",
"webpack": "^3.2.0",
"webpack-dev-server": "^2.4.5"
},
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --watch --progress",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"escshopify-docs": "xdg-open file://$PWD/node_modules/@eastsideco/escshopify/docs/index.html"
},
"author": "",
"license": ""
}