-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1 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
{
"name": "signup",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"email-validator": "^2.0.4",
"is-valid-domain": "0.0.15",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-hook-form": "^6.9.6",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.3",
"react-transition-group": "4.4.1"
},
"devDependencies": {
"@tailwindcss/ui": "^0.6.2",
"autoprefixer": "^10.0.1",
"cross-env": "^7.0.2",
"lodash": "^4.17.20",
"postcss": "^8.1.4",
"postcss-cli": "^8.1.0",
"tailwindcss": "^1.9.6",
"typescript": "3.8.3"
},
"homepage": "./",
"scripts": {
"start": "cross-env PORT=6888 react-scripts start",
"build": "react-scripts build",
"build:tailwind": "postcss src/tailwind.css -o public/css/tailwind.css",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}