forked from ubiq/ubiqsmart.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
{
"name": "Ubiq",
"version": "1.0.0",
"description": "official Ubiq website found at ubiqsmart.com",
"author": "Luke Williams",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.9",
"@fortawesome/free-brands-svg-icons": "^5.6.0",
"@fortawesome/free-solid-svg-icons": "^5.6.0",
"@fortawesome/vue-fontawesome": "^0.1.3",
"@nuxtjs/axios": "^5.0.0",
"babel-runtime": "^6.26.0",
"bignumber.js": "^8.1.1",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.19",
"chart.js": "^2.7.3",
"core-js": "^2.6.5",
"cross-env": "^5.2.0",
"ethereumjs-util": "^6.1.0",
"jquery": "^3.5.0",
"nuxt-edge": "^2.4.0-25811407.6d8da0ed",
"nuxt-fontawesome": "^0.3.0",
"regenerator-runtime": "^0.13.2",
"vue": "^2.6.12",
"vue-chartjs": "^3.4.0",
"vue-clipboard2": "^0.2.1",
"vue-i18n": "^8.4.0",
"vue-markdown": "^2.2.4",
"vue-server-renderer": "^2.6.12",
"vue-template-compiler": "^2.6.12",
"x-particles": "^1.0.9"
},
"devDependencies": {
"node-sass": "^4.14.1",
"nodemon": "^2.0.3",
"sass-loader": "^7.1.0",
"tar": "^4.4.8"
}
}