-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 979 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": "quemar",
"version": "1.0.0",
"description": "",
"author": "Nuxt.js Team",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"post-update": "yarn upgrade --latest",
"test": "jest"
},
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@nuxt/postcss8": "^1.1.3",
"@pinia/nuxt": "0.4.6",
"@types/jest": "29.2.3",
"autoprefixer": "^10.4.13",
"axios": "^1.2.0",
"flowbite": "^1.5.4",
"flowbite-vue": "^0.0.7",
"jest": "29.3.1",
"mitt": "^3.0.0",
"nuxt": "3.0.0",
"pinia": "^2.0.27",
"postcss": "^8.4.19",
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.2.0",
"tailwindcss": "^3.2.4",
"ts-jest": "29.0.3",
"typescript": "4.9.3",
"vue-tsc": "^1.0.10"
},
"keywords": []
}