-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
{
"name": "demo3",
"version": "1.0.0",
"description": "demo3 site",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeonCv/demo3.git"
},
"author": "Leon",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeonCv/demo3/issues"
},
"homepage": "https://github.com/LeonCv/demo3#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.24.4",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.3",
"gulp-imagemin": "^3.4.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^8.1.1",
"gulp-svg-sprite": "^1.4.0",
"gulp-uglify": "^3.0.0",
"gulp-usemin": "^0.3.29",
"gulp-watch": "^4.3.11",
"postcss-cssnext": "^3.1.0",
"postcss-hexrgba": "^1.0.1",
"postcss-import": "^10.0.0",
"postcss-nested": "^2.1.2",
"webpack": "^3.11.0"
},
"dependencies": {
"jquery": "^3.3.1",
"jquery-smooth-scroll": "^2.2.0",
"lazysizes": "^5.2.1",
"normalize.css": "^7.0.0",
"picturefill": "^3.0.2",
"waypoints": "^4.0.1"
}
}