-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "supergreenlab.com",
"version": "1.0.0",
"author": "vitaminwater",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "bin/fetch_db/fetch_db.js && nuxt build",
"start": "nuxt start",
"generate": "bin/fetch_db/fetch_db.js && nuxt generate",
"fetch_db": "bin/fetch_db/fetch_db.js"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.3",
"@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/sitemap": "^2.3.0",
"blueimp-md5": "^2.18.0",
"byte-base64": "^1.1.0",
"chart.js": "3.9.1",
"chartjs-adapter-date-fns": "^2.0.1",
"cross-env": "^5.2.1",
"date-fns": "^2.29.3",
"fflate": "^0.7.4",
"fuse.js": "^6.4.6",
"luxon": "^2.0.1",
"markdown-it-attrs": "^3.0.3",
"markdown-it-div": "^1.1.0",
"moment": "^2.29.4",
"nuxt": "^2.15.7",
"nuxt-client-init-module": "^0.1.9",
"nuxt-matomo": "^1.2.4",
"portal-vue": "^2.1.7",
"vue-chartjs": "4.1.2",
"vue-fuse": "^3.0.2",
"vue-infinite-loading": "^2.4.5",
"vue-select": "^3.18.3",
"vue-slick-carousel": "^1.0.6",
"vue2-touch-events": "^3.0.1"
},
"devDependencies": {
"airtable": "^0.12.2",
"deepmerge": "^4.2.2",
"nodemon": "^2.0.12",
"sharp": "^0.27.1",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"yaml": "^1.10.0"
}
}