-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
59 lines (59 loc) · 1.45 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
56
57
58
59
{
"name": "infoboard",
"version": "2.10.1",
"description": "Infoboard showing time, weather, calendar events, photos from local folder or online sources as background and Transport for London status updates",
"author": "SixBytesUnder <wojtek@sixbytesunder.com> (https://sixbytesunder.com)",
"repository": {
"type": "git",
"url": "https://github.com/SixBytesUnder/infoboard"
},
"keywords": [
"infoboard",
"raspberrypi",
"weather",
"TfL",
"photo frame",
"photos",
"vuejs",
"vue",
"nuxt",
"nuxtjs"
],
"license": "MIT",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "npm run lint:js"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.5",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/pwa": "^3.3.5",
"bootstrap": "^5.2.0",
"bootstrap-vue": "^2.22.0",
"core-js": "^3.25.0",
"cross-env": "^7.0.3",
"dayjs": "^1.11.5",
"exifreader": "^4.5.1",
"express": "^4.18.1",
"flickr-sdk": "^6.0.0",
"glob": "^8.0.3",
"ical": "^0.8.0",
"node-sense-hat": "^0.0.2",
"nuxt": "^2.15.6",
"unsplash-js": "^7.0.11"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"@nuxtjs/eslint-config": "^10.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"babel-core": "7.0.0-bridge.0",
"eslint": "^8.23.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-vue": "^9.4.0"
}
}