-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.58 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
{
"name": "grandformat-paris2024",
"description": "Grand Format Paris 2024",
"version": "1.0.2",
"scripts": {
"start": "npm-run-all --parallel server livereload",
"server": "gulp default",
"livereload": "browser-sync start --proxy localhost:9024 --files src/**/* --no-notify",
"compile": "gulp compile",
"build": "gulp cleanbuild"
},
"dependencies": {},
"devDependencies": {
"browserify": "^14.1.0",
"eslint": "^6.8.0",
"eslint-config-xo-space": "^0.16.0",
"flickity": "^2.0.10",
"flickity-imagesloaded": "^2.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean": "^0.3.1",
"gulp-filter": "^5.0.0",
"gulp-imagemin": "^3.1.1",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.1.0",
"gulp-util": "^3.0.7",
"harp": "^0.23.0",
"image-size": "^0.5.0",
"imagesloaded": "^4.1.1",
"jquery": "^3.1.1",
"jquery-bridget": "^2.0.1",
"jquery-browserify": "^1.8.1",
"lodash.debounce": "^4.0.8",
"lodash.defer": "^4.1.0",
"lodash.once": "^4.1.1",
"lodash.throttle": "^4.1.1",
"npm-run-all": "^4.0.2",
"packery": "^2.1.1",
"paris-styleguide": "git+ssh://[email protected]:paris/livingstyleguide.git#1.6.1",
"rimraf": "^2.3.1",
"run-sequence": "^1.1.0",
"vanilla-lazyload": "^9.0.1",
"velocity-animate": "^1.5.0",
"viewport-units-buggyfill": "^0.6.0",
"vinyl": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.3",
"waypoints": "^4.0.1"
}
}