-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.51 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "jeanne-web",
"version": "2.2.0",
"description": "Website for my discord bot Jeanne",
"license": "MIT",
"private": false,
"author": {
"email": "root@kurozeropb.info",
"name": "KurozeroPB",
"url": "https://kurozeropb.info"
},
"bugs": {
"email": "bugs@kurozeropb.info",
"url": "https://github.com/KurozeroPB/jeanne-web/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KurozeroPB/jeanne-web.git"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"prestart": "npm run build",
"generate": "nuxt generate",
"lint": "eslint --ext .ts,.js,.vue .",
"lint:fix": "eslint --ext .ts,.js,.vue --fix .",
"precommit": "npm run lint",
"clean": "rm -rf ./node_modules",
"reinstall": "npm run clean && npm run install"
},
"dependencies": {
"@nuxtjs/axios": "^5.5.4",
"@nuxtjs/component-cache": "^1.1.4",
"@nuxtjs/google-adsense": "^1.1.3",
"@nuxtjs/google-analytics": "^2.2.0",
"@nuxtjs/sentry": "^3.0.0",
"@nuxtjs/sitemap": "^1.2.0",
"axios": "^0.19.0",
"buefy": "^0.7.5",
"css-loader": "^2.1.1",
"darkmode-js": "^1.3.4",
"lodash.merge": "^4.6.1",
"node-sass": "^4.12.0",
"nuxt": "^2.6.3",
"sass-loader": "^7.1.0",
"ts-node": "^8.1.0",
"vue": "^2.6.10",
"vue-analytics": "^5.16.4",
"vue-class-component": "^7.1.0",
"vue-cookie-law": "^1.10.0",
"vue-meta": "^1.6.0",
"vue-progressbar": "^0.7.5",
"vue-property-decorator": "^8.1.1",
"vue-typer": "^1.2.0",
"vuex": "^3.1.1"
},
"devDependencies": {
"@nuxt/config": "^2.6.3",
"@nuxt/typescript": "^2.6.3",
"@nuxt/vue-app": "^2.6.3",
"@nuxtjs/eslint-config": "^0.0.1",
"@types/webpack-env": "^1.13.9",
"@typescript-eslint/eslint-plugin": "^1.6.0",
"@typescript-eslint/parser": "^1.10.2",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2"
}
}