-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.62 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "effect.ive",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"prod": "APP_ENV=production nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@braintree/sanitize-url": "^6.0.0",
"@creativebulma/bulma-tooltip": "^1.2.0",
"@effectai/effect-js": "^0.3.24",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.1.0",
"@fortawesome/free-regular-svg-icons": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/color-mode": "^2.0.5",
"@nuxtjs/pwa": "^3.3.5",
"anchor-link": "^2.1.4",
"anchor-link-browser-transport": "^2.1.3",
"async-retry": "^1.3.3",
"bulma": "^0.9.1",
"bulma-slider": "^2.0.5",
"bulma-switch": "^2.0.4",
"core-js": "^3.6.5",
"dotenv": "^16.0.1",
"eos-transit": "^4.0.7",
"eos-transit-anchorlink-provider": "^4.0.7",
"eosjs": "^22.0.0",
"ethers": "^5.4.7",
"jsonexport": "^3.2.0",
"nuxt": "^2.14.6",
"nuxt-password-protect": "^1.2.0",
"social-links": "^1.4.5",
"vue-shepherd": "^0.3.0",
"vue-simple-accordion": "^0.1.0",
"vue-tweet-embed": "^2.4.0",
"vuex-persist": "^3.1.3",
"vuex-persistedstate": "^4.1.0",
"web3": "^1.3.6"
},
"devDependencies": {
"node-sass": "^5.0.0",
"push-dir": "^0.4.1",
"sass-loader": "^10.1.0",
"vue-server-renderer": "^2.7.13",
"vue-template-compiler": "^2.7.13"
}
}