-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
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
{
"name": "tabletennis",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"build": "nuxt build",
"start": "node server.js",
"heroku-postbuild": "npm run build",
"dev-debug": "node --inspect node_modules/.bin/nuxt",
"dev-debug-windows-EITOIMI": "node --inspect node_modules/nuxt/bin/nuxt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anttir/TableTennis.git"
},
"keywords": [
"tabletennis",
"scoring"
],
"author": "Antti Rasi",
"license": "ISC",
"bugs": {
"url": "https://github.com/anttir/TableTennis/issues"
},
"homepage": "https://github.com/anttir/TableTennis#readme",
"dependencies": {
"bootstrap-vue": "^2.0.0-rc.2",
"d3": "^4.13.0",
"express": "^4.16.3",
"jquery": "^3.4.0",
"moment": "^2.21.0",
"nuxt": "^1.4.0",
"paho-mqtt": "1.0.3",
"vue-color": "^2.4.5",
"vuejs-datepicker": "^0.9.29"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-vue": "^4.3.0"
}
}