-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 968 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
{
"name": "nefsii",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "rm -r ./node_modules/.cache/pwa & nuxt build",
"start": "nuxt start",
"generate": "rm -r ./node_modules/.cache/pwa & nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .eslintignore .",
"lint": "yarn lint:js",
"test": "jest"
},
"dependencies": {
"@nuxtjs/pwa": "^3.3.5",
"core-js": "^3.20.1",
"nuxt": "^2.15.8",
"vue-awesome-countdown": "^1.1.4"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/localforage": "^1.1.0",
"@nuxtjs/vuetify": "^1.12.3",
"@vue/test-utils": "^1.3.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.4.5",
"eslint": "^8.5.0",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-vue": "^8.2.0",
"jest": "^27.3.1",
"vue-jest": "^3.0.4"
}
}