-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 973 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 973 Bytes
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
{
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.3.1",
"@vuepress/plugin-last-updated": "^1.3.1",
"vuepress": "^1.3.1",
"vuepress-plugin-container": "^2.1.2"
},
"name": "ti-track",
"version": "1.0.0",
"description": "Documentation of Ti-Track System",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"autoprefixer": "^9.7.6",
"chart.js": "^2.9.4",
"moment": "^2.24.0",
"papaparse": "^5.2.0",
"tailwindcss": "^1.2.0",
"vue-chartjs": "^3.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toblu96/Ti-Track.git"
},
"keywords": [
"Ti",
"AoA",
"Bluetooth"
],
"author": "toblu96",
"license": "MIT",
"bugs": {
"url": "https://github.com/toblu96/Ti-Track/issues"
},
"homepage": "https://github.com/toblu96/Ti-Track#readme"
}