forked from luogu-dev/markdown-palettes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 2.17 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
{
"name": "markdown-palettes",
"description": "Markdown*Palettes: Markdown editor for the modern web.",
"version": "0.4.13",
"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/module.js && vue-cli-service build --name MarkdownPalettesBrowser --target lib src/browserModule.js --no-clean && ./.after-build.sh && cp demo.html dist/demo.html",
"build-lib": "vue-cli-service build --name MarkdownPalettes --target lib src/module.js && ./.after-build.sh",
"build-browser": "vue-cli-service build --name MarkdownPalettesBrowser --target lib src/browserModule.js && ./.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": "hs dist"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/vue-fontawesome": "^0.1.6",
"axios": "^0.18.0",
"codemirror": "^5.39.0",
"global": "^4.3.2",
"katex": "^0.11.1",
"lodash": "4.17.10",
"markdown-it": "^8.4.2",
"markdown-it-v": "^1.2.1",
"markdown-it-v-codemirror-highlighter": "1.0.0",
"vue": "^2.5.11"
},
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "7.3.1",
"@babel/preset-env": "7.3.1",
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.1.5",
"@vue/cli-service": "3.4.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-plugin-lodash": "^3.3.4",
"http-server": "^0.11.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.5.16"
},
"browserslist": [
"Edge >= 15",
"Firefox >= 53",
"Chrome >= 55",
"Opera >= 42",
"Safari >= 10.1"
]
}