forked from ci7lus/MirakTest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.57 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
{
"name": "miraktest",
"productName": "MirakTest",
"version": "1.6.0",
"description": "Mirakurun 映像視聴確認用アプリ",
"author": "ci7lus <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ci7lus/miraktest.git"
},
"main": "dist/src/index.electron.js",
"scripts": {
"dev:electron": "cross-env NODE_ENV=development electron .",
"dev:webpack": "webpack --mode development --color -w",
"build:electron": "electron-builder",
"build:tsc": "tsc --build tsconfig.tsc.json",
"build:webpack": "cross-env NODE_ENV=production webpack --mode production",
"build": "yarn build:webpack && 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"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --max-warnings 0 --cache",
"*.{js,ts,tsx,md}": "prettier"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/plugin-transform-typescript": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@ci7lus/eslint-config": "^1.0.1",
"@tailwindcss/custom-forms": "^0.2.1",
"@types/discord-rpc": "^3.0.5",
"@types/dplayer": "^1.25.1",
"@types/esm": "^3.2.0",
"@types/mini-css-extract-plugin": "^1.4.3",
"@types/object-hash": "^2.1.1",
"@types/react": "^17.0.13",
"@types/react-dom": "^17.0.8",
"@types/yarnpkg__lockfile": "^1.1.5",
"@yarnpkg/lockfile": "^1.1.0",
"autoprefixer": "^10.2.6",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"css-loader": "^5.2.6",
"dts-bundle-generator": "^5.9.0",
"electron": "^12.0.15",
"electron-builder": "^22.10.5",
"husky": "^7.0.0",
"jest": "^27.0.6",
"lint-staged": "^11.0.0",
"mini-css-extract-plugin": "^2.0.0",
"node-loader": "^2.0.0",
"postcss": "^8.3.5",
"postcss-loader": "^6.1.1",
"prettier": "^2.3.2",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"tailwindcss": "^2.2.4",
"tailwindcss-textshadow": "^2.1.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.5",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@headlessui/react": "^1.3.0",
"@neneka/dplayer": "^1.26.0-patch.0",
"aribb24.js": "^1.7.0",
"axios": "^0.21.1",
"dayjs": "^1.10.5",
"discord-rpc": "^4.0.1",
"electron-reload": "^1.5.0",
"electron-store": "^8.0.0",
"esm": "^3.2.25",
"object-hash": "^2.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-toastify": "^7.0.4",
"react-use": "^17.2.4",
"recoil": "^0.3.1",
"reconnecting-websocket": "^4.4.0",
"webchimera.js": "^0.5.2",
"zod": "^3.5.1"
},
"peerDependencies": {
"eslint": "^7.32.0"
},
"cmake-js": {
"runtime": "electron",
"runtimeVersion": "12.0.15"
},
"browserslist": "electron 12.0.15"
}