-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 974 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
{
"name": "my-resume",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"author": "",
"license": "ISC",
"dependencies": {
"jquery": "^3.3.1",
"jquery-smooth-scroll": "^2.2.0",
"normalize.css": "^6.0.0",
"waypoints": "^4.0.1"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.26.3",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015-webpack": "^6.4.3",
"browser-sync": "^2.24.7",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-cssnano": "^2.1.3",
"gulp-imagemin": "^3.4.0",
"gulp-postcss": "^6.4.0",
"gulp-rev": "^8.1.1",
"gulp-uglify": "^3.0.1",
"gulp-usemin": "^0.3.29",
"gulp-watch": "^4.3.11",
"postcss-import": "^9.1.0",
"postcss-mixins": "^5.4.1",
"postcss-nested": "^1.0.1",
"webpack": "^2.7.0"
}
}