-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 740 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 740 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
{
"name": "what-if",
"private": true,
"scripts": {
"dev": "vuepress dev notes --clean-cache",
"build": "vuepress build notes --clean-cache --dest dist",
"serve": "anywhere -h localhost -d dist",
"lint": "eslint --ext .js,.ts,.vue ."
},
"dependencies": {
"@renovamen/vuepress-plugin-katex": "2.0.0-alpha.15",
"@renovamen/vuepress-plugin-md-plus": "2.0.0-alpha.5",
"@vuepress/plugin-search": "2.0.0-beta.38",
"oh-vue-icons": "^1.0.0-rc3"
},
"devDependencies": {
"anywhere": "^1.5.0",
"eslint": "^8.14.0",
"eslint-config-vuepress": "^3.7.1",
"eslint-config-vuepress-typescript": "^2.7.1",
"prettier": "^2.5.1",
"typescript": "^4.6.2",
"vuepress": "2.0.0-beta.39"
}
}