-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
50 lines (50 loc) · 1.43 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
{
"name": "littlewin.wang",
"version": "1.0.0",
"description": "A blog FE project built with Nuxt.js.",
"author": "littlewin <littlewin.wang@gmail.com>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"axios": "^0.16.2",
"bezier-easing": "^2.0.3",
"clipboard": "^1.7.1",
"cross-env": "^5.2.0",
"gravatar": "^1.6.0",
"highlight.js": "^9.12.0",
"howler": "^2.0.9",
"js-cookie": "^2.2.0",
"marked": "^0.3.9",
"nuxt": "^2.0.0",
"ua-parser-js": "^0.7.17",
"uuid": "^3.1.0",
"vue-awesome-swiper": "^2.6.7",
"vuex": "^2.5.0"
},
"devDependencies": {
"@babel/plugin-transform-async-to-generator": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@nuxtjs/babel-preset-app": "^0.7.0",
"babel-eslint": "^10.0.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^5.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.0.0",
"node-sass": "^4.10.0",
"sass-loader": "^6.0.6"
}
}