-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "movue-it-nuxt",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext \".ts,.js,.vue\" --ignore-path .gitignore .",
"test": "jest",
"test:watch": "jest --watchAll",
"test:coverage": "jest --collectCoverage"
},
"dependencies": {
"cookie-universal-nuxt": "^2.2.2",
"core-js": "^3.26.1",
"nuxt": "^2.15.7"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/tailwindcss": "^6.1.3",
"@types/jest": "^27.5.0",
"@vue/test-utils": "^2.2.2",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^29.3.1",
"eslint": "^8.27.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.7.0",
"jest": "^27.5.1",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"ts-jest": "^27.1.4",
"vue-jest": "^3.0.4"
}
}