-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.56 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": "@shadrqengisa/petshop",
"version": "0.40.1",
"private": false,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js",
"lintfix": "npm run lint:js -- --fix",
"prepare": "husky install",
"test:unit": "jest --verbose",
"test:unit:watch": "jest --watch"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/pwa": "^3.3.5",
"core-js": "^3.22.8",
"nuxt": "^2.15.8",
"secure-ls": "^1.2.6",
"typescript": "^4.7.2",
"vue": "^2.6.14",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"vuetify": "^2.6.6",
"vuex": "^3.6.2",
"vuex-persister": "^1.0.0",
"webpack": "^4.46.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/vuetify": "^1.12.3",
"@types/jest": "^27.5.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.22.0",
"@vue/test-utils": "^1.3.0",
"axios-mock-adapter": "^1.20.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^28.1.0",
"eslint": "^8.16.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-vue": "^8.7.1",
"flush-promises": "^1.0.2",
"husky": "^8.0.1",
"jest": "^27.4.4",
"ts-jest": "^27.1.4",
"vue-jest": "^3.0.4"
}
}