-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.5 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
{
"name": "@gawesomebot/web",
"version": "1.0.0",
"description": "GAwesomeBot is a fun, easy-to-use, feature-packed bot designed to increase activity on your Discord server",
"main": "dist/index",
"scripts": {
"predev": "npm run clean",
"dev": "nuxt-ts",
"prebuild": "npm run clean",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"lint": "eslint --ext .vue,.ts .",
"lint:fix": "eslint --fix --ext .vue,.ts .",
"precommit": "npm run lint",
"clean": "npx rimraf .nuxt dist"
},
"author": "GAwesomeBot Team (https://github.com/orgs/GAwesomeBot/people)",
"license": "GPL-3.0",
"devDependencies": {
"@babel/runtime-corejs3": "^7.9.2",
"@nuxt/typescript-build": "^0.6.6",
"@types/node": "^12.12.35",
"@types/webpack-env": "^1.15.1",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"core-js": "^3.6.4",
"eslint": "^6.8.0",
"eslint-config-bamboo": "^3.0.0",
"eslint-plugin-vue": "^6.2.2",
"ts-loader": "^6.2.2",
"typescript": "^3.9.0-dev.20200409"
},
"dependencies": {
"@mdi/js": "^5.0.45",
"@nuxt/typescript-runtime": "^0.4.9",
"@nuxtjs/axios": "^5.9.6",
"@nuxtjs/vuetify": "^1.11.0",
"@types/sortablejs": "^1.10.4",
"axios": "^0.19.2",
"nuxt": "^2.12.2",
"nuxt-i18n": "^6.8.1",
"nuxt-property-decorator": "^2.5.1",
"sortablejs": "^1.10.2",
"ts-node": "^8.8.2",
"vuex-module-decorators": "^0.16.1"
}
}