-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
131 lines (131 loc) · 4.12 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "orange-mdp",
"version": "1.0.0-beta.4",
"description": "Orange Markdown Preview",
"main": "./dist/main/index.js",
"scripts": {
"dev": "node .electron-nuxt/dev.js",
"build": "node .electron-nuxt/build.js",
"test:unit": "cross-env NODE_ENV=test TEST_TYPE=unit ava",
"test": "yarn run test:unit",
"lint": "eslint --ext .js,ts,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .js,,ts.vue --ignore-path .gitignore .",
"preinstall": "node .electron-nuxt/check-engines.js",
"postinstall": "electron-builder install-app-deps & yarn run lint:fix",
"pull": "git pull",
"push": "git push",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,ts,vue}": [
"eslint --fix --ignore-path .gitignore",
"git add"
]
},
"keywords": [],
"author": "sousuke0422 <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/TeamOrangeServer/OrangeMarkdownPreview/blob/master/README.md",
"repository": {
"url": "git+https://github.com/TeamOrangeServer/OrangeMarkdownPreview.git"
},
"engines": {
"node": ">=12.13.0"
},
"resolutions": {
"@types/node": "12.12.6"
},
"dependencies": {
"@flowjs/flow.js": "^2.14.1",
"crypto-js": "^4.0.0",
"electron-squirrel-startup": "^1.0.0",
"lodash": "^4.17.15",
"markdown-it": "^11.0.0",
"markdown-it-code-copy": "^0.1.0",
"markdown-it-highlightjs": "^3.1.0",
"markdown-it-mermaid-plugin": "^0.1.0",
"markdown-it-texmath": "^0.7.0",
"yargs": "^15.3.1"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@mdi/font": "5.3.45",
"@nuxt/typescript-build": "^1.0.3",
"@nuxtjs/eslint-config": "^3.0.0",
"@nuxtjs/eslint-config-typescript": "^2.0.0",
"@nuxtjs/vuetify": "1.11.2",
"@types/crypto-js": "^3.1.47",
"@types/electron": "^1.6.10",
"@types/katex": "^0.11.0",
"@types/lodash": "^4.14.155",
"@types/markdown-it": "^10.0.1",
"@types/node": "^12",
"@types/punycode": "^2.1.0",
"@vue/test-utils": "1.0.3",
"@xpda-dev/core": "^0.1.5",
"@xpda-dev/electron-builder": "^0.2.1",
"@xpda-dev/electron-launcher": "^0.2.1",
"@xpda-dev/webpack-step": "^0.1.2",
"ava": "2.4.0",
"babel-eslint": "10.1.0",
"babel-plugin-webpack-alias-7": "0.1.1",
"browser-env": "3.3.0",
"conventional-changelog": "^3.1.21",
"conventional-changelog-cli": "^2.0.34",
"conventional-changelog-conventionalcommits": "^4.3.0",
"core-js": "3",
"cross-env": "7.0.2",
"css-loader": "^3.6.0",
"deepmerge": "^4.2.2",
"electron": "9.4.0",
"electron-builder": "22.7.0",
"electron-builder-squirrel-windows": "^22.7.0",
"electron-debug": "3.0.1",
"electron-log": "^4.2.2",
"electron-updater": "^4.3.1",
"emoji-mart-vue": "^2.6.6",
"emoji-mart-vue-fast": "^7.0.2",
"eslint": "6",
"eslint-config-prettier": "^6.11.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "3.0.4",
"eslint-plugin-prettier": "^3.1.4",
"fibers": "^5.0.0",
"husky": "^4.2.5",
"katex": "^0.11.1",
"lint-staged": "^10.2.11",
"mermaid": "^8.5.2",
"native-ext-loader": "2.3.0",
"nuxt": "2.12.2",
"prettier": "^2.0.5",
"require-extension-hooks": "0.3.3",
"require-extension-hooks-babel": "1.0.0",
"require-extension-hooks-vue": "0.4.2",
"roboto-fontface": "0.10.0",
"sass": "^1.26.8",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"stylus": "0.54.7",
"stylus-loader": "3.0.2",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"v-click-outside": "^3.0.1",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-devtools": "5.1.3",
"vue-property-decorator": "^9.0.0",
"vue-template-compiler": "^2.6.11",
"vuetify": "2.3.1",
"webpack": "4.43.0",
"webpack-node-externals": "1.7.2"
}
}