-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "blog",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest"
},
"dependencies": {
"ant-design-vue": "^1.7.4",
"core-js": "^3.9.1",
"font-awesome.css": "^4.7.2",
"highlight.js": "^10.7.2",
"marked": "^2.0.3",
"mavon-editor": "^2.9.1",
"nuxt": "^2.15.3",
"nuxt-fontawesome": "^0.4.0",
"quill": "^1.3.7",
"quill-image-resize-module": "^3.0.0",
"vue-quill-editor": "^3.0.6"
},
"devDependencies": {
"@nuxt/types": "^2.15.3",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^6.0.0",
"@types/marked": "^2.0.2",
"@types/node": "^14.14.41",
"@vue/test-utils": "^1.1.3",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"node-sass": "^4.14.1",
"sass-loader": "^10.1.1",
"scss-loader": "0.0.1",
"ts-jest": "^26.5.4",
"vue-html5-editor": "^1.1.1",
"vue-jest": "^3.0.4"
}
}