-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (57 loc) · 1.45 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
50
51
52
53
54
55
56
57
58
{
"name": "repository1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"animate.css": "^3.6.1",
"gulp-clean-css": "^3.9.4",
"gulp-htmlmin": "^4.0.0",
"gulp-rev": "^8.1.1",
"gulp-uglify": "^3.0.0",
"jquery": "^3.3.1",
"lazysizes": "^4.0.4",
"normalize.css": "^7.0.0",
"picturefill": "^3.0.2",
"webpack": "^4.12.1",
"wowjs": "^1.1.3"
},
"devDependencies": {
"autoprefixer": "^7.2.3",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.4",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.3",
"gulp-imagemin": "^4.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-sprite": "^1.3.7",
"gulp-usemin": "^0.3.29",
"gulp-watch": "^4.3.11",
"postcss-import": "^11.0.0",
"postcss-mixins": "^6.2.0",
"postcss-nested": "^3.0.0",
"postcss-simple-vars": "^4.1.0",
"webpack-cli": "^3.0.8",
"webpack-command": "^0.2.1"
},
"scripts": {
"build": "gulp build",
"watch" : "gulp watch",
"preview-dist" : "gulp previewDist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ilbrigz/rpository1.git"
},
"author": "brayn",
"license": "MIT",
"bugs": {
"url": "https://github.com/ilbrigz/rpository1/issues"
},
"homepage": "https://github.com/ilbrigz/rpository1#readme"
}