-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
{
"name": "logic-boards-simulator",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "jest",
"lint": "eslint . --ext .ts",
"format": "prettier --config .prettierrc 'src/**/*.(ts|tsx)' --write"
},
"dependencies": {
"color": "^4.2.1",
"date-fns": "^2.28.0",
"react": "^17.0.0",
"react-color": "^2.19.3",
"react-dom": "^17.0.0",
"react-feather": "^2.0.9",
"react-router-dom": "^6.0.2",
"sass": "^1.43.4",
"styled-components": "^5.3.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/color": "^3.0.3",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.0",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.22",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vitejs/plugin-react": "^1.0.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.0",
"prettier": "2.5.1",
"serve": "^13.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.3.2",
"vite": "^2.6.4"
}
}