-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 925 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
36
37
38
39
{
"name": "torn-losers-log",
"version": "2.0.1",
"private": true,
"scripts": {
"serve": "nuxt",
"build": "nuxt generate",
"release": "standard-version"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/dayjs": "^1.4.1",
"await-sleep": "^0.0.1",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.9.1",
"dexie": "^3.2.0",
"dom-to-image": "^2.6.0",
"lz-string": "^1.4.4",
"marked": "^4.0.8",
"nuxt": "^2.15.3",
"vue-timeago": "^5.1.3",
"write-excel-file": "^1.3.11"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-fonts": "^1.3.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.7.0",
"prettier": "^2.2.1",
"sass": "1.32",
"sass-loader": "10"
}
}