-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1012 Bytes
/
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
{
"private": true,
"version": "0.0.1",
"author": {
"name": "Raphael Schmid",
"email": "rjschmid-npm@proton.me"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"start": "node start.js",
"kill": "node kill.js",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"setup": "node setup.js",
"lint": "eslint ."
},
"devDependencies": {
"@crtxio/bproto-contract-call": "^0.0.4",
"@crtxio/bproto-domain-lookup": "^0.0.1",
"@crtxio/database": "^0.0.2",
"@crtxio/notification": "^0.0.2",
"@crtxio/search": "^0.0.2",
"@crtxio/wallet": "^0.0.8",
"@heroicons/vue": "v1",
"@nuxt/eslint-config": "^0.1.1",
"@nuxtjs/tailwindcss": "^6.6.7",
"@typescript-eslint/typescript-estree": "^5.60.0",
"eslint": "^8.28.0",
"fkill": "^8.1.0",
"nuxt": "^3.0.0",
"ps-tree": "^1.2.0",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.3",
"vue-highlight-words": "^3.0.1"
}
}