-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.57 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
{
"name": "iris2_frontend",
"description": "A Nuxt 3 app for the IRIS timekeeping system",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"lint": "eslint --ext .ts,.js,.vue ."
},
"devDependencies": {
"@nuxt/types": "^2.15.8",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/pwa": "^3.3.5",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.0",
"@tailwindcss/typography": "^0.5.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.19.0",
"@typescript-eslint/typescript-estree": "^5.19.0",
"@vueuse/components": "^8.3.1",
"@vueuse/nuxt": "^8.3.1",
"autoprefixer": "^10.4.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vuejs-accessibility": "^1.1.1",
"nuxt": "npm:nuxt3@latest",
"postcss": "^8.4.4",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.4",
"tailwindcss": "^3.0.0",
"typescript": "^4.7.2"
},
"dependencies": {
"@formkit/nuxt": "^1.0.0-beta.9",
"@headlessui/vue": "^1.6.7",
"@pinia/nuxt": "^0.3.1",
"dayjs": "^1.10.7",
"nuxt-lodash": "^2.1.1",
"phosphor-vue": "^4.4.0",
"pinia": "^2.0.12",
"vuedraggable": "^4.1.0"
}
}