-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 976 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
{
"name": "@cheqd/faucet-ui",
"version": "1.0.0",
"license": "Apache-2.0",
"author": "Cheqd Foundation Limited (https://github.com/cheqd)",
"repository": "git://github.com/cheqd/faucet-ui.git",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"format": "prettier --write '**/*.{js,ts,cjs,mjs,vue}'"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/recaptcha": "^1.1.2",
"body-parser": "^1.20.2",
"buffer": "^6.0.3",
"core-js": "^3.38.0",
"express": "^4.19.2",
"node-fetch": "^3.3.2",
"vue": "^2.7.16",
"vue-server-renderer": "^2.7.16",
"vue-template-compiler": "^2.7.16",
"vuetify": "^2.7.2",
"webpack": "^4.47.0"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.12.3",
"nuxt": "~2.17.1",
"prettier": "^3.3.1",
"prettier-plugin-vue": "^1.1.6"
},
"engines": {
"node": ">=18.0.0"
}
}