-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 925 Bytes
/
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
{
"name": "vue-start",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-runtime": "^6.26.0",
"browser-sync": "^2.24.4",
"css-loader": "^0.28.11",
"gulp": "^3.9.1",
"gulp-shopify-theme": "^1.1.3",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.3",
"uglifyjs-webpack-plugin": "^1.3.0",
"vue-loader": "^15.2.4",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.12.0",
"yargs": "^11.0.0"
},
"dependencies": {
"axios": "^0.18.0",
"vue": "^2.5.16",
"vue-router": "^3.0.1",
"vue-slider-component": "^2.7.6",
"vuex": "^3.0.1"
}
}