-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.44 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
42
43
44
45
46
47
48
49
50
51
{
"name": "@foxzilla/rules",
"version": "1.0.0-beta.3",
"description": "Given a event data, drawn a beautiful timeline on canvas. Powered by short-night engine.",
"main": "dist/rules.js",
"typings": "src/index.ts",
"scripts": {
"lint": "eslint 'src/**/*.ts'",
"fix-lint": "eslint 'src/**/*.ts' --fix",
"build": "webpack --mode=production",
"dev": "webpack --watch --mode=development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FoXZilla/Rules.git"
},
"keywords": [
"foxzilla",
"short-night",
"theme",
"pea3nut"
],
"author": "foxzilla, pea3nut",
"license": "MIT",
"bugs": {
"url": "https://github.com/FoXZilla/Rules/issues"
},
"homepage": "https://github.com/FoXZilla/Rules#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"css-loader": "^6.7.1",
"eslint": "^8.23.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"filemanager-webpack-plugin": "^7.0.0",
"node-sass": "^7.0.1",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"tinytime": "^0.2.6",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"short-night": "^1.0.0-rc.3"
}
}