-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 909 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 909 Bytes
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
{
"name": "new-app",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sentry": "^5.1.4",
"@openzeppelin/contracts": "^4.4.1",
"cookie-universal-nuxt": "^2.1.5",
"core-js": "^3.15.1",
"nuxt": "^2.15.7",
"sass-loader": "10.1.1",
"truffle-contract": "^4.0.31",
"truffle-privatekey-provider": "^1.5.0",
"vue": "^2.6.14",
"vue-awesome-countdown": "^1.1.4",
"vue-web3": "^2.1.0",
"vuetify": "^2.5.5",
"web3": "^1.6.1",
"webpack": "4.46.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@nuxtjs/vuetify": "^1.12.1",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.3.2"
}
}