This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
generated from vivid-lapin/ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.47 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
{
"name": "elaina",
"version": "1.0.0",
"description": "so, tawashi-desu!",
"author": "ci7lus <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ci7lus/elaina.git"
},
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html",
"build:analyze": "env PARCEL_BUNDLE_ANALYZER=1 parcel build src/index.html",
"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",
"serve": "servor dist index.html 1234"
},
"private": true,
"dependencies": {
"@chakra-ui/react": "^1.6.10",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@neneka/dplayer": "^1.26.0-patch.0",
"aribb24.js": "^1.8.8",
"axios": "^0.23.0",
"dayjs": "^1.10.7",
"framer-motion": "^4.1.17",
"history": "^5.0.1",
"hls-b24.js": "^1.0.0",
"interweave": "^12.9.0",
"interweave-autolink": "^4.4.3",
"mpegts.js": "^1.6.10",
"react": "^17.0.2",
"react-contexify": "^5.0.0",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-hook-form": "^7.17.4",
"react-indiana-drag-scroll": "^2.1.0",
"react-table": "^7.7.0",
"react-tiny-popover": "^7.0.1",
"react-toast-notifications": "^2.5.1",
"react-use": "^17.3.1",
"recoil": "^0.4.1",
"reconnecting-websocket": "^4.4.0",
"rocon": "^1.2.3",
"servor": "^4.0.2",
"swr": "^1.0.1",
"twemoji": "^13.1.0",
"zod": "^3.9.8"
},
"devDependencies": {
"@ci7lus/eslint-config": "^1.0.1",
"@parcel/transformer-sass": "^2.2.0",
"@types/dplayer": "^1.25.2",
"@types/react": "17.0.30",
"@types/react-dom": "17.0.9",
"@types/react-table": "^7.7.6",
"@types/react-toast-notifications": "^2.4.1",
"@types/twemoji": "^12.1.2",
"autoprefixer": "^10.3.7",
"husky": "^7.0.2",
"lint-staged": "^11.2.3",
"parcel": "^2.2.0",
"postcss": "^8.3.9",
"prettier": "^2.4.1",
"sass": "^1.43.2",
"tailwindcss": "^2.2.17",
"ts-node": "^10.3.0",
"typescript": "^4.5.4"
},
"alias": {
"dplayer": "@neneka/dplayer"
},
"peerDependencies": {
"eslint": "^7.32.0"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --max-warnings 0 --cache",
"*.{js,ts,tsx,md}": "prettier"
}
}