-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 837 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 837 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
32
33
34
35
36
37
{
"name": "app.opendocument.javascript",
"version": "2.0.0-pre1",
"description": "",
"private": true,
"scripts": {
"build": "webpack --mode production",
"dev": "vite"
},
"author": "",
"license": "ISC",
"dependencies": {
"mark.js": "^8.11.1",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@types/mark.js": "^8.11.12",
"babel-preset-minify": "^0.5.1",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^2.4.5",
"terser-webpack-plugin": "^5.2.5",
"vite": "^7.3.1",
"webpack": "^5.64.0",
"webpack-cli": "^4.9.1"
},
"babel": {
"presets": [
"@babel/preset-env",
"minify"
]
}
}