-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 2.22 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
{
"name": "@openwebwork/pg-codemirror-editor",
"version": "0.0.1-beta.28",
"description": "PG CodeMirror Editor",
"author": "The WeBWorK Project",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/openwebwork/pg-codemirror-editor.git"
},
"homepage": "https://github.com/openwebwork/pg-codemirror-editor",
"main": "pg-codemirror-editor.js",
"keywords": [],
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint . --fix",
"lint:check": "eslint .",
"build:dev": "webpack --mode development",
"serve": "webpack serve --mode development",
"build": "webpack --mode production"
},
"sideEffects": [
"*.scss"
],
"dependencies": {
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@openwebwork/codemirror-lang-pg": "^0.0.1-beta.20",
"@replit/codemirror-emacs": "^6.1.0",
"@replit/codemirror-vim": "^6.2.1",
"cm6-theme-basic-dark": "^0.2.0",
"cm6-theme-basic-light": "^0.2.0",
"cm6-theme-gruvbox-dark": "^0.2.0",
"cm6-theme-gruvbox-light": "^0.2.0",
"cm6-theme-material-dark": "^0.2.0",
"cm6-theme-nord": "^0.2.0",
"cm6-theme-solarized-dark": "^0.2.0",
"cm6-theme-solarized-light": "^0.2.0",
"codemirror": "^6.0.1",
"codemirror-lang-mt": "^0.0.2-beta.5",
"codemirror-lang-perl": "^0.1.5-beta.6",
"style-mod": "^4.1.2",
"thememirror": "^2.0.1"
},
"devDependencies": {
"@awmottaz/prettier-plugin-void-html": "^1.6.1",
"@stylistic/eslint-plugin": "^2.7.2",
"css-loader": "^7.1.2",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-webpack-plugin": "^4.2.0",
"prettier": "^3.3.3",
"sass": "^1.78.0",
"sass-loader": "^16.0.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}