forked from mixitconf/mixit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.2 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
{
"name": "mixit",
"version": "1.0.0",
"description": "Site used to manage Mixit conference (Lyon - France)",
"main": "index.js",
"repository": "https://github.com/mix-it/mixit.git",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.0.15",
"babel-plugin-transform-es2015-modules-systemjs": "^6.9.0",
"babel-preset-es2015": "^6.0.15",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-load-plugins": "^1.4.0",
"gulp-newer": "^1.3.0",
"gulp-sass": "^3.0.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-tsc": "^1.2.6",
"gulp-uglify": "^2.0.0",
"gulp-uncss": "^1.0.6",
"gulp-webp": "^2.3.0",
"imagemin-mozjpeg": "^6.0.0",
"run-sequence": "^1.2.2",
"typescript": "^2.1.5"
},
"dependencies": {
"@types/core-js": "^0.9.35",
"@types/service_worker_api": "^0.0.8",
"@types/whatwg-fetch": "^0.0.33",
"foundation-sites": "^6.3.0",
"jquery": "^3.1.1",
"motion-ui": "^1.2.2",
"sw-precache": "^4.3.0",
"sw-toolbox": "^3.4.0",
"vinyl-named": "^1.1.0",
"webpack-stream": "^3.2.0"
}
}