-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
73 lines (73 loc) · 2.08 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"private": true,
"scripts": {
"generate-icon-name-enum": "node bin/generate-icon-name-enum.js",
"generate-sprite": "svgstore -o ./src/assets/icons/sprite.svg ./src/assets/icons/source/*.svg",
"prestart": "yarn generate-sprite && yarn generate-icon-name-enum",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint . --ext .ts,.vue"
},
"lint-staged": {
"*.{js,vue,ts}": [
"yarn lint"
]
},
"dependencies": {
"@monaco-editor/loader": "^1.3.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.5",
"@vueuse/core": "^6.5.3",
"@vueuse/nuxt": "^10.5.0",
"firebase": "^9.9.3",
"gsap": "^3.11.1",
"monaco-editor": "^0.34.0",
"postcss-custom-properties": "^13.3.2",
"split.js": "^1.6.5",
"uuid": "^8.3.2",
"workbox-build": "^7.0.0",
"workbox-recipes": "^7.0.0",
"workbox-sw": "^7.0.0",
"workbox-window": "^7.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@nuxtjs/tailwindcss": "^6.1.3",
"@types/uuid": "^9.0.5",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"autoprefixer": "^10.4.8",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.3.0",
"husky": "^8.0.1",
"lint-staged": "^12.4.1",
"nuxt": "3.6.2",
"postcss": "^8.4.14",
"prettier-plugin-tailwindcss": "^0.1.10",
"sass": "^1.54.0",
"svgstore": "^3.0.1",
"svgstore-cli": "^2.0.1",
"tailwindcss": "^3.1.7",
"typescript": "^4.6.4",
"onigasm": "^2.2.5",
"path-browserify": "^1.0.1",
"monaco-editor-core": "^0.40.0",
"monaco-editor-textmate": "^4.0.0",
"@volar/monaco": "1.7.9",
"@volar/typescript": "1.7.9",
"vite-plugin-pwa": "^0.14.1",
"volar-service-typescript": "0.0.8",
"monaco-textmate": "^3.0.1",
"monaco-types": "^0.1.0",
"monaco-volar": "^0.4.0",
"vite-plugin-eslint": "^1.7.0",
"vite-plugin-virtual-plain-text": "^1.2.2"
}
}