-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.41 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.41 KB
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
{
"name": "@not3/ui",
"description": "!3 is a simple, secure and open source paste sharing platform.",
"author": "Joschua Becker EDV <support@scolasti.co>",
"private": true,
"type": "module",
"license": "AGPL-3.0-only",
"scripts": {
"build": "nuxt build",
"dev": "PROXY_URL=http://localhost:4000 nuxt dev",
"dev:lando": "PROXY_URL=http://not-three-api.local.scolastico.me nuxt dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier --write .",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@not3/sdk": "^2.0.3",
"@nuxt/eslint": "^1.13.0",
"@pinia/nuxt": "0.11.3",
"@vscode/vscode-languagedetection": "^1.0.23",
"axios": "^1.13.4",
"monaco-editor": "^0.55.1",
"monaco-editor-workers": "^0.45.0",
"nanoid": "^5.1.6",
"nuxt": "^4.3.0",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"vue": "^3.5.27",
"vue-router": "^5.0.1"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.14.0",
"@types/crypto-js": "^4.2.2",
"@types/semver": "^7.7.1",
"nuxt-icon": "^0.6.10",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"wrangler": "^4.61.1"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}