-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
49 lines (49 loc) · 1.37 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
{
"name": "tw-elements-react",
"version": "1.0.0-alpha-end",
"type": "module",
"license": "MIT",
"main": "dist/js/tw-elements-react.umd.min.js",
"module": "dist/js/tw-elements-react.es.min.js",
"style": "dist/css/tw-elements-react.min.css",
"types": "dist/types/index.d.ts",
"files": [
"dist/**/*"
],
"dependencies": {
"chart.js": "^3.7.1",
"chartjs-plugin-datalabels": "^2.0.0",
"deepmerge": "^4.3.1",
"@popperjs/core": "^2.11.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-popper": "^2.3.0",
"react-router-dom": "^6.11.1",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.2.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/shelljs": "^0.8.12",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"clsx": "^1.2.1",
"cross-env": "^7.0.3",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"fs-extra": "^11.1.1",
"postcss": "^8.4.23",
"sass": "^1.62.1",
"shelljs": "^0.8.5",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0",
"vite-plugin-externalize-deps": "^0.5.0"
}
}