-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 966 Bytes
/
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
{
"name": "von",
"version": "1.2.3",
"description": "a personal blog for ACG lover",
"author": "Bersder3000 <[email protected]>",
"private": true,
"scripts": {
"dev": "cross-env API_ROOT=http://localhost nuxt",
"build": "cross-env API_ROOT= nuxt build",
"start": "cross-env API_ROOT= nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"aplayer": "^1.10.1",
"axios": "^0.19.2",
"crypto-js": "^4.0.0",
"highlight.js": "^9.18.1",
"marked": "^0.8.0",
"mavon-editor": "^2.7.7",
"nuxt": "^2.0.0",
"qrcodejs2": "0.0.2",
"qs": "^6.9.1"
},
"devDependencies": {
"@nuxtjs/proxy": "^1.3.3",
"babel-eslint": "^10.0.1",
"cross-env": "^7.0.2",
"eslint": "^4.19.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^4.0.0"
}
}