-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 855 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
{
"name": "datavault",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt",
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt build",
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt start",
"generate": "NODE_OPTIONS=--openssl-legacy-provider nuxt generate"
},
"dependencies": {
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"cross-env": "^7.0.3",
"js-lnurl": "^0.2.5",
"nuxt": "^2.15.7",
"qr-code-styling": "^1.6.0-rc.1",
"web3.storage": "^4.4.0"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^4.2.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^9.5.1",
"postcss": "^8.3.5",
"prettier": "^2.3.2"
}
}