-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
68 lines (68 loc) · 1.78 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
{
"name": "perfect-markdown",
"version": "1.1.3",
"main": "lib/pmd.umd.min.js",
"files": [
"lib",
"src"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "[email protected]:li-xiaoqing/perfect-markdown.git"
},
"author": "xiaoqing",
"license": "Apache 2.0",
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build --target lib --name pmd ./src/index.js",
"lint": "vue-cli-service lint",
"publish": "npm run build && np --branch dev",
"test": "echo '过pn publish使用'"
},
"np": {
"branch": "dev"
},
"dependencies": {
"highlight.js": "~9.14.2",
"markdown-it": "^8.4.2",
"markdown-it-abbr": "^1.0.4",
"markdown-it-attrs": "^2.3.4",
"markdown-it-container": "^2.0.0",
"markdown-it-deflist": "^2.0.3",
"markdown-it-emoji": "^1.4.0",
"markdown-it-footnote": "^3.0.1",
"markdown-it-ins": "^2.0.0",
"markdown-it-katex": "^2.0.3",
"markdown-it-mark": "^2.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-toc": "^1.1.0",
"markdown-it-video": "^0.6.3",
"v-tooltip": "^2.0.2",
"vue-i18n": "^8.18.1",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"peerDependencies": {
"vue": "^2.6.7"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"np": "^7.6.2",
"raw-loader": "^0.5.1",
"vue": "^2.6.7",
"vue-template-compiler": "^2.6.7"
}
}