-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.17 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
{
"name": "starter-front-end",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gulp"
],
"author": "Mattéo Peronnet",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babelify": "^8.0.0",
"browser-sync": "^2.17.5",
"browserify": "^14.5.0",
"chalk": "^2.3.0",
"del": "^2.2.2",
"font-awesome": "^4.7.0",
"font-awesome-sass": "^4.7.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-changed": "^1.3.2",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-css-url-adjuster": "^0.2.3",
"gulp-html-replace": "^1.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.1",
"gulp-twig": "^1.1.1",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"node-font-awesome": "^1.0.2",
"run-sequence": "^1.2.2",
"utils-merge": "^1.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"jquery": "^3.2.1"
}
}