-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
53 lines (53 loc) · 1.54 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
{
"author": "Yamagishi Kazutoshi <[email protected]>",
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.5",
"classnames": "^2.5.1",
"copy-text-to-clipboard": "^3.2.0",
"formik": "^2.4.6",
"localforage": "^1.10.0",
"next": "^15.1.4",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0"
},
"description": "Chat Styles is a generator of style sheet for the YouTube Live Chat.",
"devDependencies": {
"@types/eslint": "^9.6.1",
"@types/node": "^20.17.12",
"@types/react": "^18.3.18",
"@types/react-color": "^3.0.13",
"@types/react-helmet": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"eslint": "^8.57.1",
"eslint-config-next": "^15.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1",
"next-pwa": "^5.6.0",
"prettier": "~2.8.8",
"typescript": "~5.7.3"
},
"homepage": "https://chat-styles.app/",
"license": "MIT",
"name": "@ykzts/chat-styles",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/ykzts/chat-styles.git"
},
"scripts": {
"build": "next build",
"dev": "next",
"format": "prettier -w './**/*.{json,yml}'",
"format-check": "prettier -c './**/*.{json,yml}'",
"lint": "next lint -d .",
"start": "next start"
},
"version": "4.0.0"
}