-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
86 lines (86 loc) · 2.62 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "dinsic-site",
"version": "1.0.0",
"description": "DINSIC site",
"license": "MIT",
"main": "gulpfile.js",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"aos": "^2.2.0",
"axios": "^0.18.0",
"babel-loader": "^8.0.2",
"calendar": "^0.1.0",
"es6-promise": "^4.2.5",
"foundation-sites": "^6.5.0-rc.2",
"github-api": "^3.0.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-extname": "^0.2.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-modernizr": "^3.0.0",
"gulp-sass": "4.1.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"hamburgers": "^0.9.3",
"instantsearch.js": "^2.10.1",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"leaflet": "^1.3.4",
"lodash.assign": "^4.2.0",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"motion-ui": "~1.2.2",
"node-fetch": "^2.2.0",
"slick-carousel": "^1.8.1",
"svg-injector-2": "^2.1.3",
"tablesaw": "^3.0.5",
"webpack": "^4.18.0",
"webpack-stream": "^4.0.0",
"what-input": "^4.3.1"
},
"devDependencies": {
"browser-sync": "^2.10.0",
"chai": "^4.1.2",
"eslint": "^5.16.0",
"fancy-log": "^1.3.2",
"js-yaml": "^3.4.6",
"mocha-junit-reporter": "^1.18.0",
"panini": "^1.3.0",
"require-dir": "^1.0.0",
"rimraf": "^2.4.3",
"sinon": "^6.2.0",
"style-sherpa": "^1.0.0",
"vinyl-named": "^1.1.0",
"webpack-merge": "^4.1.4",
"yargs": "^3.8.0"
},
"scripts": {
"start": "gulp --development",
"index-prod": "bundle exec jekyll algolia",
"index-dev": "bundle exec jekyll algolia --config '_config.yml,_config_dev.yml' --force-settings",
"index-preprod": "bundle exec jekyll algolia --config '_config.yml,_config_preprod.yml'",
"build-dev": "gulp build --development --config '_config.yml,_config_dev.yml'",
"build-preprod": "gulp build --preproduction --config '_config.yml,_config_preprod.yml'",
"build-prod": "gulp build --production",
"test": "mocha --require @babel/register assets/js/test/**/*test.js",
"test-integration": "mocha --require @babel/register assets/js/test-integration/**/*test.js"
},
"repository": {
"type": "git",
"url": "[email protected]:ebernoux/DINSIC-SITE.git"
},
"bugs": {
"url": "https://gitlab.com/ebernoux/DINSIC-SITE/issues"
},
"private": true
}