forked from tgstation/tgui-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.78 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
{
"name": "tgui-core",
"version": "1.1.18",
"description": "TGUI core component library",
"keywords": [
"TGUI",
"library",
"typescript"
],
"files": [
"dist"
],
"exports": {
"./components": {
"import": "./dist/components/index.js",
"require": "./dist/components/index.cjs"
},
"./*": {
"import": "./dist/common/*.js",
"require": "./dist/common/*.cjs"
}
},
"repository": {
"type": "git",
"url": "https://github.com/tgstation/tgui-core.git"
},
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"lint": "eslint lib/**",
"lint-fix": "eslint lib/** --fix"
},
"author": "jlsnow301",
"license": "MIT",
"type": "module",
"devDependencies": {
"@eslint/js": "^9.6.0",
"@popperjs/core": "^2.11.8",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/webpack-env": "^1.18.5",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"eslint-plugin-unused-imports": "^4.0.0",
"glob": "^10.4.3",
"react-popper": "^2.3.0",
"sass": "^1.77.6",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0",
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite-plugin-sass-dts": "^1.3.22"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}