forked from SixBytesUnder/infoboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.97 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
60
61
62
63
64
65
66
67
{
"name": "infoboard",
"version": "2.4.2",
"description": "Infoboard showing time, weather, calendar events, photos from local folder or online sources as background and Transport for London status updates",
"author": "SixBytesUnder <[email protected]> (https://sixbytesunder.com)",
"repository": {
"type": "git",
"url": "https://github.com/SixBytesUnder/infoboard"
},
"keywords": [
"infoboard",
"raspberrypi",
"weather",
"TfL",
"photo frame",
"vuejs",
"vue",
"nuxt",
"nuxtjs"
],
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"test": "jest"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/pwa": "^3.1.2",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.17.3",
"cross-env": "^7.0.2",
"exifreader": "^3.12.3",
"express": "^4.17.1",
"flickr-sdk": "^3.9.0",
"glob": "^7.1.6",
"ical": "^0.8.0",
"moment": "^2.29.1",
"nuxt": "^2.14.6",
"unsplash-js": "^6.3.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.1.0",
"@vue/test-utils": "^1.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.5.2",
"eslint": "^7.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^7.0.1",
"jest": "^26.5.2",
"nodemon": "^2.0.4",
"vue-jest": "^3.0.7"
}
}