-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 973 Bytes
/
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
{
"name": "@foxzilla/polar-day",
"version": "0.0.7",
"description": "A very sample timeline using short-night as engine.",
"main": "./dist/polar-day.js",
"typings": "./src/index.ts",
"files": [
"src/",
"dist/"
],
"scripts": {
"dev": "webpack --watch --mode=development",
"build": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FoXZilla/polar-day.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/FoXZilla/polar-day/issues"
},
"homepage": "https://github.com/FoXZilla/polar-day#readme",
"devDependencies": {
"ajv": "^8.11.0",
"css-loader": "^6.7.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"short-night": "^1.0.0-rc.3"
}
}