forked from luogu-dev/markdown-palettes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.79 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
{
"name": "markdown-palettes",
"description": "Markdown*Palettes: Markdown editor for the modern web.",
"version": "0.4.6",
"author": "Luogu Dev Team",
"license": "MIT",
"main": "dist/MarkdownPalettes.common.js",
"style": "dist/MarkdownPalettes.css",
"scripts": {
"dev": "vue-cli-service serve --open",
"prod-test": "vue-cli-service serve --open --mode production",
"build": "vue-cli-service build --name MarkdownPalettes --target lib src/browserModule.js && cp demo.html dist && ./.after-build.sh",
"build-dev": "vue-cli-service build --name MarkdownPalettes --target lib src/browserModule.js --mode development",
"lint": "vue-cli-service lint",
"lint-fix": "vue-cli-service lint --fix",
"analyze": "vue-cli-service build --name MarkdownPalettes --target lib src/browserModule.js --report",
"test-dist": "node ./test_dist_server.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.1.0",
"axios": "^0.18.0",
"codemirror": "^5.39.0",
"katex": "^0.9.0",
"lodash": "^4.17.4",
"markdown-it": "^8.4.2",
"markdown-it-v": "^1.0.0-alpha.3",
"markdown-it-v-codemirror-highlighter": "^1.0.0-alpha.1",
"markdown-it-v-katex": "^1.0.0-alpha.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.15",
"@vue/cli-plugin-eslint": "^3.0.0-beta.15",
"@vue/cli-service": "^3.0.0-beta.15",
"@vue/eslint-config-standard": "^3.0.0-rc.3",
"babel-plugin-lodash": "^3.3.4",
"express": "^4.16.3",
"morgan": "^1.9.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue": "^2.5.11",
"vue-template-compiler": "^2.5.16"
},
"peerDependencies": {
"vue": "^2.5.11"
},
"browserslist": [
"Edge >= 15",
"Firefox >= 53",
"Chrome >= 55",
"Opera >= 42",
"Safari >= 10.1"
]
}