-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.52 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
{
"name": "automation-capability-matrix",
"private": true,
"version": "0.0.0",
"homepage": "https://tuckner.github.io/automation-capability-matrix/",
"scripts": {
"dev": "vite",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "cypress open",
"lint": "eslint . --ext .js,.tsx,.ts --fix"
},
"dependencies": {
"@chakra-ui/react": "^2.4.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hello-pangea/dnd": "^16.0.1",
"@reduxjs/toolkit": "^1.9.0",
"formik": "^2.2.9",
"framer-motion": "^7.6.7",
"gh-pages": "^6.1.0",
"linkify-react": "^4.1.3",
"linkifyjs": "^4.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.5",
"react-responsive": "^9.0.0",
"react-router-dom": "6",
"uuidv4": "^6.2.13",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^5.0.1",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.12",
"cypress": "^13.2.0",
"eslint": "^8.7.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.16",
"prettier": "3.1.1",
"tailwindcss": "^3.1.8",
"typescript": "^4.4.4",
"vite": "^3.1.0",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^3.5.1"
}
}