-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 747 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 747 Bytes
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
{
"name": "rcvis",
"dependencies": {
},
"scripts": {
"test": "npm run test --workspaces",
"build-dev": "npm run build-dev --workspaces",
"build": "npm run build --workspaces",
"lint": "npm run lint --workspaces"
},
"workspaces": [
"static/settings",
"static/datatable"
],
"type": "module",
"devDependencies": {
"@eslint/js": "^9.23.0",
"@types/jquery": "^3.5.32",
"@types/micromodal": "^0.3.5",
"@types/tabulator-tables": "^6.2.6",
"bootstrap": "^3.3.5",
"eslint": "9.23.0",
"globals": "^16.0.0",
"jquery": "^3.2.1",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"webpack": "^5.105.4",
"webpack-bundle-tracker": "^3.1.1",
"webpack-cli": "^6.0.1"
}
}