-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "cm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel src/index.html",
"lint": "eslint \"src/**/*.{js,jsx}\" --quiet",
"format": "prettier --write \"src/**/*.{js,jsx}\""
},
"author": "Kapil",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/eslint-parser": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/postcss7-compat": "^2.0.3",
"autoprefixer": "^9.8.6",
"eslint": "^7.26.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"parcel": "^1.12.3",
"postcss": "^7.0.35",
"prettier": "^2.3.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3"
},
"dependencies": {
"final-form": "^4.20.2",
"firebase": "^8.6.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-final-form": "^6.5.3",
"react-router-dom": "^5.2.0",
"validator": "^13.6.0"
},
"browserslist": [
"last 2 Chrome versions"
]
}