-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.75 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "fanfiction-enhancements",
"version": "0.8.5",
"author": "Arne 'TigeR' Linck",
"description": "FanFiction.net Enhancements",
"license": "MIT",
"homepage": "https://github.com/amur-tiger/fanfiction-enhancements",
"repository": {
"type": "git",
"url": "git+https://github.com/NekiCat/fanfiction-enhancements.git"
},
"bugs": {
"url": "https://github.com/amur-tiger/fanfiction-enhancements/issues"
},
"keywords": [
"userscript",
"fanfiction"
],
"type": "module",
"main": "fanfiction-enhancements.user.js",
"directories": {
"test": "tests"
},
"scripts": {
"format": "prettier --write \"src/**/*.{css,ts,tsx}\"",
"test": "vitest run src",
"types": "tsc --project tsconfig.test.json --noEmit",
"build": "vite-node scripts/build.ts",
"watch": "vite-node scripts/build.ts --watch",
"serve": "vite-node scripts/build.ts --serve",
"clean": "rimraf target"
},
"dependencies": {
"clsx": "^2.1.0",
"ffn-parser": "^0.0.11",
"jszip": "~3.9.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/preset-typescript": "^7.23.3",
"@googleapis/drive": "^8.7.0",
"@types/babel__core": "^7.20.5",
"@types/greasemonkey": "^4.0.7",
"@types/jquery": "1.10.45",
"@types/node": "^18.19.57",
"autoprefixer": "^10.4.18",
"esbuild": "^0.18.20",
"jsdom": "^25.0.1",
"postcss": "^8.4.35",
"postcss-modules": "^6.0.0",
"postcss-nested": "^6.0.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.10",
"typescript": "^5.3.3",
"vite-node": "^2.1.3",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.3"
},
"prettier": {
"printWidth": 120
}
}