forked from GemeenteUtrecht/boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.68 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
{
"name": "boilerplate",
"version": "1.0.0-alpha.0",
"description": "boilerplate project",
"main": "src/static/boilerplate/js/boilerplate.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "gulp test",
"build": "gulp build",
"watch": "gulp watch",
"start": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/GemeenteUtrecht/boilerplate.git"
},
"author": "Maykin Media",
"license": "UNLICENSED",
"homepage": "github.com/GemeenteUtrecht/boilerplate/",
"devDependencies": {
"@babel/core": "latest",
"@babel/polyfill": "latest",
"@babel/preset-env": "latest",
"autoprefixer": "latest",
"babel-loader": "latest",
"chai": "latest",
"css-loader": "latest",
"cssnano": "latest",
"gulp": "latest",
"gulp-file": "latest",
"gulp-hub": "latest",
"gulp-if": "latest",
"gulp-jshint": "latest",
"gulp-jshint-jslint-file-reporter": "latest",
"istanbul-instrumenter-loader": "latest",
"jshint": "latest",
"jshint-stylish": "latest",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-coverage": "latest",
"karma-junit-reporter": "latest",
"karma-mocha": "latest",
"karma-spec-reporter": "latest",
"karma-webpack": "latest",
"mini-css-extract-plugin": "latest",
"mocha": "latest",
"node-sass": "latest",
"postcss-loader": "latest",
"postcss-selector-lint": "latest",
"sass-loader": "latest",
"simulant": "latest",
"sinon": "latest",
"url-loader": "latest",
"webpack": "latest",
"webpack-cli": "latest",
"webpack-dev-server": "latest",
"webpack-stream": "latest",
"yargs": "latest"
}
}