-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) 路 1.26 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) 路 1.26 KB
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
{
"name": "skr",
"version": "1.0.0",
"description": "blog and manager",
"author": "OrangeXC <842012622@qq.com>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt build && nuxt start",
"precommit": "npm run lint",
"lint": "eslint . --ext .js,.vue --ignore-path .gitignore"
},
"dependencies": {
"@digibytes/markdownit": "1.2.2",
"@nuxtjs/axios": "5.13.6",
"@nuxtjs/pwa": "3.3.5",
"body-parser": "1.19.0",
"connect-mongo": "4.6.0",
"cross-env": "7.0.3",
"element-ui": "2.15.6",
"express": "4.17.1",
"express-session": "1.17.2",
"mavon-editor": "2.9.1",
"mongoose": "6.0.6",
"mongoose-paginate": "5.0.3",
"nuxt": "2.15.8",
"sortablejs": "1.14.0",
"source-map-support": "0.5.20",
"whatwg-fetch": "3.6.2"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"babel-plugin-component": "1.1.1",
"eslint": "7.32.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-html": "6.1.2",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-standard": "5.0.0",
"eslint-plugin-vue": "7.18.0",
"node-sass": "6.0.1",
"sass-loader": "12.1.0"
},
"license": "MIT"
}