This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.49 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
{
"name": "npc-official-site",
"version": "1.0.0",
"private": true,
"description": "",
"author": "Jamfly",
"scripts": {
"build": "nuxt build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"danger": "danger ci",
"dev": "nuxt",
"generate": "nuxt generate",
"precommit": "npm run lint",
"start": "nuxt start"
},
"dependencies": {
"@nuxtjs/axios": "^5.5.3",
"cookieparser": "^0.1.0",
"cross-env": "^5.2.0",
"element-ui": "^2.9.1",
"firebase": "^6.1.0",
"in-view": "^0.6.1",
"js-cookie": "^2.2.0",
"jwt-decode": "^2.2.0",
"material-design-icons-iconfont": "^4.0.5",
"nuxt": "^2.8.0",
"vee-validate": "^2.2.10",
"vue-avatar": "^2.1.7",
"vue-github-buttons": "^3.1.0",
"vueinview": "^1.0.5",
"vuetify": "^1.5.14"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^0.0.1",
"babel-eslint": "^10.0.1",
"danger": "^7.1.4",
"eslint": "^5.15.1",
"eslint-config-standard": ">=12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.2.2",
"node-sass": "^4.12.0",
"nodemon": "^1.19.1",
"sass-loader": "^7.1.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-cli-plugin-vuetify": "^0.5.0",
"vuetify-loader": "^1.0.5"
}
}