forked from digitalfabrik/integreat-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.79 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
{
"private": true,
"scripts": {
"dev": "NODE_ENV=development webpack watch --mode development --color --stats=errors-warnings",
"prod": "NODE_ENV=production webpack --mode production"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.0",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.19.0",
"@tailwindcss/forms": "^0.5.3",
"@types/dropzone": "^5.7.4",
"@types/feather-icons": "^4.7.0",
"@types/tinymce": "^4.6.5",
"autoprefixer": "10.4.8",
"babel-loader": "^8.2.5",
"base64-js": "1.5.1",
"chart.js": "^3.9.1",
"classnames": "^2.3.1",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.25.1",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.1.0",
"element-closest": "^3.0.2",
"feather-icons": "^4.29.0",
"file-loader": "^6.2.0",
"flagpack-dart-sass": "^1.3.0",
"history": "^5.3.0",
"htmldiff-js": "1.0.5",
"mini-css-extract-plugin": "^2.6.1",
"postcss-cli": "^10.0.0",
"postcss-import": "^15.0.0",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.1",
"preact": "^10.10.6",
"lucide-preact": "^0.88.0",
"preact-router": "^4.1.0",
"promise-polyfill": "^8.2.3",
"regenerator-runtime": "^0.13.9",
"sass": "^1.54.9",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"tailwindcss": "^3.1.8",
"terser-webpack-plugin": "^5.3.6",
"tinymce": "^5.10.5",
"tinymce-i18n": "^22.8.26",
"ts-loader": "^9.3.1",
"typescript": "^4.8.3",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-bundle-tracker": "^1.6.0",
"webpack-cli": "^4.10.0",
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"dropzone": "^6.0.0-beta.2"
}
}