-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (52 loc) · 1.3 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
{
"name": "emu-fe-360",
"description": "360 monitoring fake frontend",
"author": "sascha fuchs <[email protected]>",
"repository": {
"type": "git",
"url": ""
},
"license": "MIT",
"private": true,
"engines": {
"node": "18.x"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"plop": "plop"
},
"devDependencies": {
"@babel/types": "^7.20.7",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/web-bluetooth": "^0.0.16",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/ui": "^0.28.1",
"@vue/test-utils": "^2.2.7",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"eslint": "^8.32.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-nuxt": "^4.0.0",
"jsdom": "^21.1.0",
"msw": "^0.49.3",
"nuxt": "^3.0.0",
"nuxt-icon": "^0.2.7",
"plop": "^3.1.1",
"postcss": "^8.4.21",
"postcss-custom-properties": "^13.1.0",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vitest": "^0.28.1",
"vue-tsc": "^1.0.24"
},
"dependencies": {
"@tailwindcss/container-queries": "^0.1.0",
"container-query-polyfill": "^1.0.2"
}
}