-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "project_coffee",
"version": "1.0.0",
"description": "One side coffe-side project",
"main": "index.js",
"dependencies": {
"browser-sync": "^2.26.5",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.2.0",
"gulp-imagemin": "^5.0.3",
"gulp-minify": "^3.1.0",
"gulp-sass": "^4.0.2",
"gulp-wait": "0.0.2",
"lightgallery.js": "^1.1.3",
"node-sass": "^4.12.0",
"unirest": "^0.6.0",
"vanillajs-scrollspy": "^2.0.3"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
],
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-preset-latest": "^6.24.1",
"eslint": "^5.16.0",
"gulp": "^4.0.2",
"panini": "^1.6.3",
"webpack": "^4.31.0",
"webpack-stream": "^5.2.1"
},
"scripts": {
"dev": "gulp",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Iwaniukooo11",
"license": "GPL-2.0-only"
}