forked from dodona-edu/dodona
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.1 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
{
"name": "dodona",
"private": true,
"scripts": {
"lint": "eslint --ext '.js' --ext '.ts' app/javascript app/assets/javascripts",
"lint:css": "stylelint app/assets/stylesheets",
"test": "jest --coverage",
"build:css": "./bin/build-css",
"build:js": "webpack --config ./config/webpack/webpack.config.js",
"build": "yarn build:js",
"typeCheck": "yarn tsc --skipLibCheck --noEmit"
},
"dependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-decorators": "^7.20.2",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@dodona/papyros": "^1.0.1",
"@popperjs/core": "^2.11.6",
"@rails/activestorage": "^7.0.4",
"@rails/ujs": "^7.0.4",
"@types/d3": "^7.4.0",
"@types/jquery": "^3.5.14",
"babel-loader": "^9.1.0",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "5.2.0",
"clipboard": "^2.0.11",
"core-js": "^3.26.1",
"d3": "^7.6.1",
"dayjs": "^1.11.6",
"dragula": "^3.7.3",
"flatpickr": "^4.6.13",
"fscreen": "^1.2.0",
"glightbox": "^3.2.0",
"glob": "^8.0.3",
"iframe-resizer": "^4.3.2",
"jquery": "^3.6.1",
"lit": "2.4.1",
"node-polyglot": "^2.4.2",
"sass": "^1.56.1",
"typeahead.js": "^0.11.1",
"typescript": "^4.9.3",
"webpack": "^5.75.0",
"webpack-cli": "^4.9.2"
},
"devDependencies": {
"@types/ace": "^0.0.48",
"@types/bootstrap": "^5.2.4",
"@types/iframe-resizer": "^3.5.9",
"@types/jest": "^27.5.0",
"@types/serviceworker": "^0.0.57",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.28.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-lit": "^1.6.1",
"eslint-plugin-no-jquery": "^2.7.0",
"eslint-plugin-wc": "^1.3.2",
"jest": "^26.6.3",
"jest-junit": "^15.0.0",
"stylelint": "^14.15.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"ts-jest": "^26.5.6",
"webpack-bundle-analyzer": "^4.7.0"
}
}