-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.43 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
56
{
"name": "refinedicons",
"description": "Simple, free and visually designed icons for UI designs",
"version": "2.0",
"private": true,
"keywords": [
"icons",
"svg",
"visual",
"design",
"frontend",
"ui",
"ux"
],
"author": "Olakunle Bolarinwa (Joberror)",
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port=9120",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint ./",
"lint:debug": "eslint ./ --debug",
"lint:fix": "eslint ./ --fix"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@nuxt/types": "^2.16.3",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/google-fonts": "^3.0.0-1",
"@nuxtjs/tailwindcss": "^6.6.6",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vite-pwa/nuxt": "^0.0.7",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.39.0",
"eslint-config-alloy": "^5.0.0",
"eslint-plugin-tailwindcss": "^3.11.0",
"eslint-plugin-vue": "^9.11.0",
"nuxt": "^3.4.1",
"tailwindcss-animated": "^1.0.0",
"tailwindcss-scrollbar": "^0.1.0",
"vue-eslint-parser": "^9.1.1"
},
"dependencies": {
"@vueuse/core": "^10.0.2",
"adm-zip": "^0.5.10",
"fgtw": "^1.2.1",
"logrocket": "^4.0.0"
},
"overrides": {
"consola": "3.0.1"
}
}