-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1 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
{
"name": "transformers",
"version": "0.0.0",
"private": true,
"description": "Pipe based transformers for front-end",
"author": "Gerald <[email protected]>",
"license": "ISC",
"scripts": {
"prepare": "husky",
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@gera2ld/format-json": "^0.3.0",
"@iarna/toml": "^2.2.5",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/tailwindcss": "^6.12.2",
"@types/js-yaml": "^4.0.9",
"@violentmonkey/shortcut": "^1.4.4",
"codemirror": "^5.65.18",
"common-lib": "gitlab:gera2ld/common-lib",
"husky": "^9.1.6",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"nuxt": "^3.13.2",
"otpauth": "^9.3.4",
"plist": "^3.1.0",
"postcss": "^8.4.47",
"postcss-nested": "^6.2.0",
"qrcanvas-vue": "^3.0.0",
"vueleton": "^2.0.2",
"yaml": "^2.6.0"
}
}