-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "htc",
"version": "1.0.0",
"description": "Automatically generates personal timetables in Hangaram High School.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/finalchild/HTC.git"
},
"author": "Final Child",
"license": "ISC",
"bugs": {
"url": "https://github.com/finalchild/HTC/issues"
},
"homepage": "https://github.com/finalchild/HTC#readme",
"dependencies": {
"blob": "0.1.0",
"bulma": "^0.8.1",
"bulma-checkradio": "^2.1.1",
"bulma-switch": "^2.0.0",
"canvas-toBlob": "^1.0.0",
"core-js": "^3.6.4",
"events-polyfill": "^2.1.2",
"file-saver": "^2.0.2",
"html2canvas": "^1.0.0-rc.5",
"mdn-polyfills": "^5.20.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"parcel-bundler": "^1.12.4",
"parcel-plugin-static-files-copy": "^2.3.1",
"typescript": "^3.8.3"
}
}