-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
80 lines (80 loc) · 2.54 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
{
"private": true,
"scripts": {
"dev": "NODE_ENV=development webpack watch --mode development --color --stats=errors-warnings",
"prod": "NODE_ENV=production webpack --mode production",
"build": "webpack build",
"test": "vitest run",
"test:watch": "vitest watch"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@tailwindcss/forms": "^0.5.7",
"@types/dropzone": "^5.7.8",
"@types/tinymce": "^4.6.9",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"autoprefixer": "10.4.19",
"babel-loader": "^9.1.3",
"base64-js": "1.5.1",
"chart.js": "^4.4.3",
"classnames": "^2.5.1",
"copy-webpack-plugin": "^12.0.2",
"core-js": "^3.37.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"dropzone": "^6.0.0-beta.2",
"element-closest": "^3.0.2",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-preact": "^1.4.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-styled-components-a11y": "^2.1.34",
"file-loader": "^6.2.0",
"flagpack-dart-sass": "^1.5.0",
"history": "^5.3.0",
"htmldiff-js": "1.0.5",
"jest": "^29.7.0",
"jsdom": "^24.1.0",
"lucide": "^0.383.0",
"lucide-preact": "^0.383.0",
"maplibre-gl": "^4.3.2",
"mini-css-extract-plugin": "^2.9.0",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.5.14",
"preact": "^10.19.4",
"preact-router": "^4.1.2",
"prettier": "^3.3.0",
"prettier-eslint": "^16.3.0",
"promise-polyfill": "^8.3.0",
"regenerator-runtime": "^0.14.1",
"sass": "^1.77.4",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.3",
"terser-webpack-plugin": "^5.3.10",
"tinymce": "^5.10.9",
"tinymce-i18n": "^24.6.3",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"url-loader": "^4.1.1",
"vitest": "^1.6.0",
"webpack": "^5.91.0",
"webpack-bundle-tracker": "^3.1.0",
"webpack-cli": "^5.1.4",
"whatwg-fetch": "^3.6.20"
}
}