-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.05 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.05 KB
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
{
"name": "sentinel-delphy-web",
"private": true,
"version": "1.3.4",
"type": "module",
"scripts": {
"dev": "vite serve --config ./vite.config.js ./src",
"start": "npm run dev",
"build": "tsc && vite build --config ./vite.config.js ./src && mkdir -p dist/ts/delphy && cp src/ts/delphy/delphy* ./dist/ts/delphy/",
"preview": "vite preview --config ./vite.config.js ./src",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .gitignore"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@types/mathjs": "^9.4.1",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"flatbuffers": "^22.11.23",
"less": "^4.1.3",
"typescript": "^4.9.5",
"vite": "^7.1.10",
"vite-plugin-eslint": "^1.6.1"
},
"dependencies": {
"autocompleter": "^8.0.4",
"jspdf": "^4.2.1",
"jszip": "^3.10.1",
"math.js": "^1.1.46",
"path": "^0.12.7",
"vite-plugin-checker": "^0.11.0",
"vite-plugin-handlebars": "^2.0.0"
}
}