-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
75 lines (75 loc) · 2.21 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
{
"name": "gdq-break-channels",
"version": "1.0.0",
"description": "Donation Total Channels for GDQ Broadcasts",
"author": "",
"license": "Apache-2.0",
"files": [
"src/",
"tsconfig.json"
],
"main": "src/index.ts",
"scripts": {
"build": "tsc",
"build:test": "vite build",
"watch": "tsc --watch",
"watch:test": "vite --mode development",
"preview": "vite"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/material": "^5.11.4",
"@pixi/filter-bevel": "^4.2.0",
"@pixi/filter-crt": "^4.2.0",
"@pixi/filter-drop-shadow": "^4.2.0",
"@pixi/filter-outline": "^4.2.0",
"box2d-wasm": "^7.0.0",
"clone": "^2.1.2",
"currency-to-abbreviation": "^2.0.1",
"events": "^3.3.0",
"gsap": "^3.11.4",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"object-path": "^0.11.8",
"pixi-projection": "^0.4.4",
"pixi.js": "^6.5.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-use": "^17.3.1",
"twin.macro": "^2.7.0",
"use-nodecg": "^0.4.0"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.20.7",
"@commitlint/cli": "^17.4.1",
"@commitlint/config-conventional": "^17.4.0",
"@emotion/babel-plugin": "^11.10.5",
"@gamesdonequick/prettier-config": "^2.2.1",
"@nodecg/types": "^2.1.12",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@supportclass/stylelint-config": "^1.0.1",
"@types/clone": "^2.1.1",
"@types/events": "^3.0.0",
"@types/lodash": "^4.14.191",
"@types/luxon": "^3.3.4",
"@types/object-path": "^0.11.1",
"@types/obs-studio": "^2.17.0",
"@types/react": "^17.0.21",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-refresh": "^0.3.3",
"prettier": "^2.8.2",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.4",
"typescript": "~5.7.2",
"vite": "^4.1.1"
}
}