-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
63 lines (63 loc) · 1.94 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
{
"name": "@digabi/exam-engine-core",
"version": "22.1.3",
"main": "dist/main-bundle.js",
"types": "dist/index.d.ts",
"author": "Matriculation Examination Board, Finland",
"license": "EUPL-1.1",
"sideEffects": [
"*.less",
"*.css"
],
"files": [
"dist"
],
"scripts": {
"build": "webpack --mode=production",
"build:analyze": "webpack --mode=production --profile --json --display normal > stats.json",
"watch": "webpack --mode=development --watch",
"prepublishOnly": "webpack --mode=production && perl -pi -e 's|&&define.amd||' dist/main-bundle.js # Compatibility with our 💩 AMD loader"
},
"peerDependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@digabi/noto-sans": "^2.1.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@playwright/experimental-ct-react": "^1.48.2",
"classnames": "^2.2.6",
"css-loader": "^7.0.0",
"css-minimizer-webpack-plugin": "^7.0.0",
"date-fns": "^4.0.0",
"downshift": "^9.0.0",
"fontfaceobserver": "^2.1.0",
"i18next": "^23.2.11",
"jquery": "^3.4.1",
"less": "^4.1.0",
"less-loader": "^12.2.0",
"lodash-es": "^4.17.15",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.0.5",
"postcss-loader": "^8.1.0",
"postcss-preset-env": "^10.0.0",
"react": "^18.2.0",
"react-css-transition-replace": "^5.0.1",
"react-dom": "^18.2.0",
"react-i18next": "^15.0.0",
"react-redux": "^9.1.0",
"react-test-renderer": "^18.2.0",
"redux": "^5.0.1",
"redux-saga": "^1.2.3",
"redux-saga-test-plan": "^4.0.6",
"rich-text-editor": "^7.2.3",
"sanitize-html": "^2.0.0",
"typesafe-actions": "^5.1.0",
"utility-types": "^3.10.0",
"webpack": "^5.95.0",
"webpack-bundle-analyzer": "^4.1.0",
"webpack-cli": "^5.0.2"
},
"gitHead": "aadfbc9a62d1f1437992aaf2f0204f1eb24bb3a4"
}