-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"name": "theturkeydev",
"version": "1.0.0",
"description": "",
"main": "index.tsx",
"scripts": {
"start": "vite serve",
"build": "vite build",
"lint": "eslint ./src/**/*.{js,jsx} --quiet",
"lint-fix": "eslint --fix ./src/**/*.{js,jsx}"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.57.0",
"eslint-plugin-functional": "^6.6.3",
"eslint-plugin-react": "^7.34.3",
"ts-loader": "^9.5.2",
"tsutils": "^3.21.0",
"typescript": "^5.7.3",
"vite": "^6.0.11"
},
"dependencies": {
"gobble-lib-react": "^2.1.3",
"chartjs-react": "^4.3.0",
"multiselect-react-dropdown": "^2.0.25",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"styled-components": "^6.1.14"
}
}