generated from joaopaulomoraes/reactjs-vite-tailwindcss-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.64 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
{
"name": "reactjs-vite-tailwindcss-boilerplate",
"description": "This is a React + vite boilerplate to be used with Tailwindcss.",
"version": "0.1.0",
"private": true,
"author": {
"name": "João Paulo Moraes",
"email": "[email protected]",
"url": "https://github.com/joaopaulomoraes"
},
"bugs": {
"url": "https://github.com/joaopaulomoraes/reactjs-vite-tailwindcss-boilerplate/issues",
"email": "[email protected]"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "jest",
"lint": "eslint src --max-warnings=0"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.2",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@vitejs/plugin-react-refresh": "^1.3.5",
"autoprefixer": "^10.3.1",
"babel-jest": "^27.0.6",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-tailwindcss": "^1.14.1",
"jest": "^27.0.6",
"postcss": "^8.3.5",
"prettier": "2.3.2",
"react-test-renderer": "^17.0.2",
"tailwindcss": "^2.2.4",
"typescript": "^4.3.5",
"vite": "^2.4.2"
}
}