-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (35 loc) · 841 Bytes
/
package.json
File metadata and controls
37 lines (35 loc) · 841 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
{
"name": "twocircle",
"version": "1.0.0",
"description": "- HTML, Scss, JavaScript\r - Bundler: Parcel",
"source": "index.html",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyeon17/TwoCircle.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hyeon17/TwoCircle/issues"
},
"homepage": "https://github.com/hyeon17/TwoCircle#readme",
"devDependencies": {
"parcel-bundler": "^1.12.5",
"parcel-plugin-static-files-copy": "^2.6.0",
"sass": "^1.58.3"
},
"dependencies": {
"chart.js": "^4.2.1",
"chartjs-adapter-luxon": "^1.3.1",
"luxon": "^3.3.0",
"navigo": "^8.11.1"
},
"staticFiles": {
"staticPath": "static"
}
}