-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.06 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.06 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
35
36
37
38
{
"name": "tablog",
"version": "2.6.0",
"private": true,
"type": "module",
"scripts": {
"predev": "(npx stylelint \"src/**/*.css\" --fix || true) && node public/scripts/buildPost.js",
"dev": "vite",
"prebuild": "node public/scripts/buildPost.js",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"bootstrap": "^5.3.6",
"gsap": "^3.14.2",
"katex": "^0.16.22",
"marked": "^15.0.12",
"pinia": "^3.0.2",
"vite-svg-loader": "^5.1.0",
"vue": "^3.5.13",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.6",
"@semantic-release/npm": "^12.0.2",
"@stylistic/stylelint-plugin": "^3.1.2",
"@vitejs/plugin-vue": "^5.2.3",
"rollup-plugin-visualizer": "^6.0.5",
"semantic-release": "^24.2.8",
"stylelint": "^16.20.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-order": "^7.0.0",
"vite": "^6.2.4",
"vite-plugin-vue-devtools": "^7.7.2"
}
}