-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
95 lines (95 loc) · 3.26 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
{
"name": "dodona",
"private": true,
"scripts": {
"lint": "eslint app/javascript app/assets/javascripts test/javascript",
"lint:css": "stylelint app/assets/stylesheets",
"test": "jest",
"build:css": "./bin/build-css",
"build:js": "webpack --config ./config/webpack/webpack.config.js",
"build": "yarn build:js",
"typeCheck": "yarn tsc --skipLibCheck --noEmit",
"test:system:coverage:merge": "nyc merge ./coverage/system-js ./coverage/coverage.json"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@codemirror/autocomplete": "^6.18.2",
"@codemirror/commands": "^6.7.1",
"@codemirror/language": "^6.10.3",
"@codemirror/language-data": "^6.5.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@dodona/papyros": "2.3.7",
"@iframe-resizer/child": "^5.3.2",
"@iframe-resizer/parent": "^5.3.2",
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.1",
"@lezer/lr": "^1.4.2",
"@popperjs/core": "^2.11.8",
"@rails/activestorage": "^7.2.102",
"@rails/ujs": "^7.1.402",
"@replit/codemirror-lang-csharp": "^6.2.0",
"@sentry/browser": "^8.36.0",
"@sentry/webpack-plugin": "^2.22.6",
"@types/bootstrap": "^5.2.10",
"@types/d3": "^7.4.3",
"@types/dragula": "^3.7.5",
"@types/iframe-resizer": "^3.5.13",
"@types/jest": "^27.5.0",
"@types/node-polyglot": "^2.5.0",
"@types/serviceworker": "^0.0.102",
"babel-loader": "^9.2.1",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "5.3.3",
"codemirror-lang-prolog": "^0.1.0",
"codemirror-lang-r": "^0.1.0-2",
"core-js": "^3.39.0",
"d3": "^7.9.0",
"dayjs": "^1.11.13",
"dragula": "^3.7.3",
"flatpickr": "^4.6.13",
"fscreen": "^1.2.0",
"glightbox": "^3.2.0",
"lit": "^3.2.1",
"node-polyglot": "^2.6.0",
"sass": "^1.80.6",
"tippy.js": "^6.3.7",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.14.0",
"@open-wc/testing-helpers": "^3.0.1",
"@stylistic/eslint-plugin": "^2.10.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/user-event": "^14.5.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@webcomponents/scoped-custom-element-registry": "^0.0.9",
"babel-jest": "^29.7.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-istanbul": "^7.0.0",
"eslint": "^9.14.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-no-jquery": "^3.0.2",
"eslint-plugin-wc": "^2.2.0",
"globals": "^15.12.0",
"jest": "^26.6.3",
"jest-junit": "^16.0.0",
"nyc": "^17.1.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.1.0",
"ts-jest": "^26.5.6",
"typescript-eslint": "^8.12.2",
"webpack-bundle-analyzer": "^4.10.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}