forked from effectai/effect-network-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 974 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 974 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
37
38
39
{
"name": "effect-network-website",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@glidejs/glide": "^3.5.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@typeform/embed": "^0.16.0",
"aos": "^2.3.4",
"atropos": "^1.0.2",
"axios": "^0.21.1",
"bulma": "^0.9.1",
"core-js": "^3.8.2",
"eosjs": "^22.1.0",
"globe.gl": "^2.26.1",
"nuxt": "^2.14.12",
"nuxt-password-protect": "^1.2.0",
"three": "^0.139.2",
"three-css2drender": "^1.0.0",
"three-globe": "^2.24.4",
"three-trackballcontrols": "^0.9.0",
"vue-lottie": "^0.2.1",
"web3": "^1.8.1"
},
"devDependencies": {
"@nuxtjs/color-mode": "^2.0.2",
"@nuxtjs/svg": "^0.1.12",
"node-sass": "^5.0.0",
"push-dir": "^0.4.1",
"sass-loader": "^10.1.1"
}
}