-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 973 Bytes
/
package.json
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
39
{
"name": "markdown-renumber",
"version": "1.0.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@codemirror/view": "^6.17.1",
"@highlightjs/vue-plugin": "^2.1.0",
"@vavt/markdown-theme": "^3.0.2",
"axios": "^1.5.0",
"core-js": "^3.8.3",
"highlight.js": "^11.8.0",
"vue": "^3.2.13",
"vue-i18n": "^9.3.0"
},
"devDependencies": {
"@babel/plugin-transform-private-methods": "^7.22.5",
"@vavt/md-editor-extension": "^3.0.0",
"@vicons/ionicons5": "^0.12.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"js-interpreter": "^5.0.0",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"md-editor-v3": "^4.6.1",
"naive-ui": "^2.34.4"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}