-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.06 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "vue-markdown-it-toc",
"version": "1.0.10",
"description": "vue markdown-it toc plugin",
"main": "./src/index.js",
"directories": {
"example": "example"
},
"scripts": {
"build": "rm -rf ./dist && webpack --colors --hide-modules",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muzi131313/vue-markdown-it-toc.git"
},
"keywords": [
"markdown-it",
"toc",
"vue"
],
"author": "muzi131313",
"license": "MIT",
"bugs": {
"url": "https://github.com/muzi131313/vue-markdown-it-toc/issues"
},
"homepage": "https://github.com/muzi131313/vue-markdown-it-toc#readme",
"devDependencies": {
"@vue/cli-plugin-eslint": "^3.2.1",
"@vue/eslint-config-standard": "^4.0.0",
"autoprefixer": "^9.4.3",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"css-loader": "^2.0.1",
"cssnano": "^4.1.7",
"eslint": "^5.10.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.11.0",
"postcss": "^7.0.7",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.5.0",
"sass-loader": "^7.1.0",
"sass-resources-loader": "^2.0.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^2.1.2",
"url-loader": "^1.1.2",
"vue": "^2.5.21",
"vue-loader": "^15.4.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.21",
"vuepress": "^1.2.0",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"github-markdown-css": "^3.0.1",
"highlight.js": "^9.15.6",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.0.2",
"markdown-it-attrs": "^2.3.2",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-table-of-contents": "^0.4.4",
"markdown-it-playground": "0.0.5",
"pinyin": "^2.9.0"
}
}