-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1012 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
37
38
39
40
{
"name": "fictional-university-lwc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"gulpwatch": "gulp watch",
"gulpstyles": "gulp styles",
"gulpscripts": "gulp scripts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "7.0.0-beta.46",
"autoprefixer": "8.4.1",
"babel-loader": "^8.0.0-beta",
"browser-sync": "2.24.4",
"gulp": "3.9.1",
"gulp-postcss": "7.0.1",
"postcss-color-function": "4.0.1",
"postcss-hexrgba": "1.0.1",
"postcss-import": "11.1.0",
"postcss-mixins": "6.2.0",
"postcss-nested": "3.0.0",
"postcss-simple-vars": "4.1.0",
"webpack": "4.8.2"
},
"dependencies": {
"axios": "^0.18.0",
"css-loader": "^1.0.0",
"jquery": "3.3.1",
"normalize.css": "8.0.0",
"slick-carousel": "1.8.1",
"vue": "^2.5.17",
"vue-loader": "^15.4.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.17"
}
}