forked from maykinmedia/open-inwoner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.48 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
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "open_inwoner",
"version": "1.0.0-alpha.0",
"description": "open_inwoner project",
"main": "src/static/open_inwoner/js/open_inwoner.js",
"directories": {
"doc": "doc"
},
"scripts": {
"build": "npm run collect && npm run bundle",
"bundle": "webpack",
"collect": "cp -r node_modules/leaflet/dist/images src/open_inwoner/static/bundles && cp -r node_modules/material-icons/iconfont/*.woff src/open_inwoner/static/bundles && cp -r node_modules/material-icons/iconfont/*.woff2 src/open_inwoner/static/bundles && cp -r node_modules/@fortawesome/fontawesome-free/webfonts src/open_inwoner/static/",
"test": "karma start",
"check-linting": "prettier src/open_inwoner/js src/open_inwoner/scss -c",
"fix-linting": "prettier src/open_inwoner/js src/open_inwoner/scss -w",
"watch": "npm run collect && webpack -w"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/maykinmedia/open_inwoner.git"
},
"author": "Maykin Media",
"license": "UNLICENSED",
"homepage": "https://maykinmedia.nl",
"dependencies": {
"@ckeditor/ckeditor5-autoformat": "^33.0.0",
"@ckeditor/ckeditor5-basic-styles": "^33.0.0",
"@ckeditor/ckeditor5-block-quote": "^33.0.0",
"@ckeditor/ckeditor5-dev-utils": "^30.1.3",
"@ckeditor/ckeditor5-editor-classic": "^33.0.0",
"@ckeditor/ckeditor5-essentials": "^33.0.0",
"@ckeditor/ckeditor5-heading": "^33.0.0",
"@ckeditor/ckeditor5-image": "^33.0.0",
"@ckeditor/ckeditor5-indent": "^33.0.0",
"@ckeditor/ckeditor5-link": "^33.0.0",
"@ckeditor/ckeditor5-list": "^33.0.0",
"@ckeditor/ckeditor5-markdown-gfm": "^33.0.0",
"@ckeditor/ckeditor5-paragraph": "^33.0.0",
"@ckeditor/ckeditor5-table": "^33.0.0",
"@ckeditor/ckeditor5-theme-lark": "^33.0.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@fortawesome/fontawesome-free": "^6.1.1",
"@joeattardi/emoji-button": "^4.6.4",
"@tarekraafat/autocomplete.js": "^10.2.6",
"bem.js": "^1.0.10",
"emojibase-data": "^7.0.1",
"escape-html": "^1.0.3",
"flatpickr": "^4.6.9",
"gumshoejs": "^5.1.2",
"html-minifier": "^4.0.0",
"htmx.org": "^1.8.4",
"inline-css": "^3.0.0",
"leaflet": "^1.7.1",
"material-icons": "^1.10.11",
"microscope-sass": "latest",
"proj4leaflet": "^1.0.2",
"style-loader": "^2.0.0"
},
"devDependencies": {
"@babel/core": "latest",
"@babel/polyfill": "latest",
"@babel/preset-env": "latest",
"@types/leaflet": "^1.7.6",
"autoprefixer": "^9.0.0",
"babel-loader": "^8.2.5",
"chai": "latest",
"css-loader": "latest",
"cssnano": "latest",
"istanbul-instrumenter-loader": "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": "^9.2.0",
"postcss-loader": "^4.3.0",
"postcss-preset-env": "^7.0.1",
"postcss-selector-lint": "latest",
"prettier": "^2.5.1",
"prettier-stylelint": "^0.4.2",
"raw-loader": "^4.0.2",
"sass": "latest",
"sass-loader": "latest",
"simulant": "latest",
"sinon": "latest",
"stylelint": "^14.1.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"url-loader": "latest",
"webpack": "latest",
"webpack-cli": "latest",
"webpack-dev-server": "^4.7.3",
"webpack-stream": "latest",
"yargs": "latest"
}
}