forked from maykinmedia/django-rijkshuisstijl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.24 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
{
"name": "django-rijkshuisstijl",
"version": "0.2.0",
"description": "Rijkshuisstijl boilerplate for Django.",
"main": "js/index.js",
"module": "js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maykinmedia/django-rijkshuisstijl.git"
},
"keywords": [
"Django",
"rijkshuisstijl"
],
"author": "Maykin Media (https://www.maykinmedia.nl)",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/maykinmedia/django-rijkshuisstijl/issues"
},
"homepage": "https://github.com/maykinmedia/django-rijkshuisstijl#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"bem.js": "^1.0.10",
"debounce": "^1.2.0",
"flatpickr": "^4.6.3",
"form-association-polyfill": "^2.0.3",
"microscope-sass": "latest",
"urijs": "^1.19.9"
},
"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",
"gulp-postcss": "latest",
"gulp-sass": "latest",
"gulp-sourcemaps": "latest",
"jsdom": "latest",
"jsdom-global": "latest",
"jshint": "latest",
"jshint-stylish": "latest",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-coverage": "latest",
"karma-firefox-launcher": "latest",
"karma-junit-reporter": "latest",
"karma-mocha": "latest",
"karma-phantomjs-launcher": "latest",
"karma-spec-reporter": "latest",
"karma-webpack": "latest",
"mini-css-extract-plugin": "latest",
"mocha": "latest",
"postcss-loader": "latest",
"postcss-selector-lint": "latest",
"sass": "^1.49.9",
"sass-loader": "latest",
"simulant": "latest",
"sinon": "latest",
"url-loader": "latest",
"webpack": "latest",
"webpack-cli": "latest",
"webpack-dev-server": "latest",
"webpack-stream": "latest",
"yargs": "latest"
}
}