-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.84 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
{
"name": "obs-discord-text-css-generator",
"version": "1.0.1",
"description": "Generator to create custom CSS to change the look of the Discord text chat in OBS Studio.",
"keywords": [
"obs",
"discord",
"text",
"css",
"generator"
],
"author": {
"name": "alfe",
"email": "alfe10251@gmail.com",
"url": "https://alfebelow.com/"
},
"license": "MIT",
"homepage": "https://obs-discord-text.alfebelow.com/",
"repository": {
"type": "git",
"url": "https://github.com/alfe/obs-discord-text-css-generator"
},
"scripts": {
"dev": "vite",
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic --project-token=75fb6554e7e1 --auto-accept-changes"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "5.10.9",
"@mui/material": "5.10.10",
"i18next": "^21.8.11",
"i18next-browser-languagedetector": "^6.1.4",
"mui-color-input": "^1.0.3",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.17.4"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/react": "^6.5.12",
"@storybook/testing-library": "^0.0.13",
"@types/react": "^18.0.21",
"@types/react-copy-to-clipboard": "5.0.4",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"babel-loader": "^8.2.5",
"chromatic": "^6.10.5",
"typescript": "^4.8.4",
"vite": "^3.1.8"
},
"resolutions": {
"@types/react": "^18.0.21"
}
}