-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 845 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 845 Bytes
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
{
"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.0.0-beta.34",
"@babel/preset-env": "7.0.0-beta.34",
"autoprefixer": "7.2.2",
"babel-loader": "8.0.0-beta.0",
"browser-sync": "2.18.13",
"gulp": "3.9.1",
"gulp-postcss": "7.0.0",
"postcss-color-function": "4.0.1",
"postcss-hexrgba": "1.0.0",
"postcss-import": "11.0.0",
"postcss-mixins": "6.2.0",
"postcss-nested": "3.0.0",
"postcss-simple-vars": "4.1.0",
"webpack": "3.10.0"
},
"dependencies": {
"jquery": "3.2.1",
"normalize.css": "7.0.0",
"slick-carousel": "1.8.1"
}
}