generated from vivid-lapin/ts
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
120 lines (120 loc) · 4.36 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "miraktest",
"productName": "MirakTest",
"version": "2.1.0",
"description": "Mirakurun 映像視聴確認用アプリ",
"author": "ci7lus <7887955+ci7lus@users.noreply.github.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ci7lus/miraktest.git"
},
"main": "dist/main.electron.js",
"scripts": {
"dev:electron": "cross-env NODE_ENV=development electron .",
"run:electron": "cross-env NODE_ENV=production electron .",
"dev:webpack": "webpack serve --hot --mode=development --color",
"build:electron": "electron-builder",
"build:tsc": "tsc --build ./src/main/tsconfig.json",
"build:renderer": "cross-env NODE_ENV=production webpack --mode production",
"build:main": "cross-env NODE_ENV=production webpack --mode production --config ./webpack.main.config.ts",
"build": "yarn build:renderer && yarn build:main && yarn build:tsc && yarn build:electron",
"lint:prettier": "prettier --check './src/**/*.{js,ts,tsx}'",
"format:prettier": "prettier --write './src/**/*.{js,ts,tsx}'",
"lint:eslint": "eslint --max-warnings 0 --cache './src/**/*.{js,ts,tsx}'",
"format:eslint": "eslint './src/**/*.{js,ts,tsx}' --cache --fix",
"build:dts-plugin": "yarn dts-bundle-generator --export-referenced-types=false --external-inlines=electron -o dist/plugin.d.ts --no-check src/types/plugin.ts && ts-node setLicenseInDts.ts && prettier --write dist/plugin.d.ts",
"typecheck": "yarn tsc --noEmit && yarn tsc -p ./src/main/tsconfig.json --noEmit"
},
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint --max-warnings 0 --cache",
"bash -c 'tsc --noEmit'"
],
"*.{js,ts,tsx,md}": "prettier"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.21.5",
"@babel/plugin-transform-react-jsx": "^7.21.5",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/plugin-transform-typescript": "^7.21.3",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.21.5",
"@ci7lus/eslint-config": "^1.1.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@rushstack/eslint-patch": "^1.2.0",
"@tailwindcss/custom-forms": "^0.2.1",
"@tailwindcss/forms": "^0.5.3",
"@types/dom-screen-wake-lock": "^1.0.1",
"@types/mini-css-extract-plugin": "^2.5.1",
"@types/react": "^18.2.2",
"@types/react-dom": "^18.2.3",
"@types/stream-json": "^1.7.3",
"@welldone-software/why-did-you-render": "^7.0.1",
"aphrodite": "^2.4.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"dts-bundle-generator": "^8.0.1",
"electron": "^21.4.4",
"electron-builder": "^23.6.0",
"eslint": "^8.39.0",
"eslint-plugin-classnames": "^0.3.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.2",
"mini-css-extract-plugin": "^2.7.5",
"node-loader": "^2.0.0",
"postcss": "^8.4.23",
"postcss-loader": "^7.3.0",
"prettier": "^2.8.8",
"react-refresh": "^0.14.0",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"tailwind-scrollbar": "^3.0.0",
"tailwindcss": "^3.3.2",
"tailwindcss-textshadow": "^2.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"webpack": "^5.82.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"aribb24.js": "^1.11.0",
"axios": "^0.27.2",
"base64-arraybuffer": "^1.0.2",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"electron-store": "^8.1.0",
"font-list": "^1.4.5",
"format-duration": "^3.0.2",
"interweave": "^13.1.0",
"interweave-autolink": "^5.1.0",
"js-base64": "^3.7.5",
"path-browserify": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.5.2",
"react-feather": "^2.0.10",
"react-query": "^3.39.3",
"react-spring-carousel-js": "^1.9.32",
"react-use": "^17.4.0",
"recoil": "0.7.6",
"recoil-sync": "0.1.0",
"stream-json": "^1.7.5",
"webchimera.js": "git+https://github.com/neneka/WebChimera.js.git#v0.5.4",
"zod": "^3.21.4"
},
"browserslist": "chrome 100",
"packageManager": "yarn@3.3.1",
"peerDependencies": {
"eslint": "*"
}
}