-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.49 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": "baseSimple",
"version": "3.5.0",
"description": "minisite for vp",
"main": "index.js",
"scripts": {
"clean": "rm -rf dist/ .sass-cache node_modules/"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/agencedeveloppementweb/decleor.git"
},
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.3.1",
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "7.1.1",
"babel-preset-es2015": "^6.14.0",
"blazy": "^1.6.2",
"breakpoint-sass": "^2.7.0",
"browser-sync": "^2.18.8",
"child_process": "^1.0.2",
"copy": "^0.3.0",
"graceful-fs": "^4.1.11",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.10.0",
"gulp-dest": "^0.2.3",
"gulp-jshint": "^2.0.1",
"gulp-open": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-twig": "^0.7.0",
"gulp-uglify": "^3.0.0",
"hammerjs": "^2.0.8",
"jquery": "^3.1.0",
"jshint": "^2.9.3",
"mixpanel-browser": "^2.10.0",
"moment": "^2.17.1",
"npm": "^4.6.1",
"run-sequence": "^1.2.2",
"susy": "^2.2.12",
"webpack": "^2.6.1",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"axios": "^0.18.0",
"gulp-imagemin": "^5.0.3",
"imagemin-jpeg-recompress": "^5.1.0",
"imagemin-pngquant": "^6.0.0",
"vue": "^2.6.7"
}
}