-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.46 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
{
"name": "cool.bio",
"version": "1.0.0",
"author": "Subhendu Kundu <[email protected]>",
"description": "Showcase flareact on cool.bio",
"main": "index.js",
"private": true,
"scripts": {
"dev": "flareact dev",
"build": "flareact build",
"deploy": "flareact publish",
"lint-fix": "eslint components/**/*.js pages/**/*.js --fix"
},
"dependencies": {
"@bigheads/core": "^0.3.1",
"@datepicker-react/styled": "^2.8.0",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@hookform/error-message": "^0.0.5",
"@xstyled/styled-components": "^2.2.3",
"babel-plugin-inline-react-svg": "^1.1.2",
"dayjs": "^1.10.4",
"firebase": "^8.2.8",
"flareact": "subhendukundu/flareact#canary",
"query-string": "^6.14.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-google-recaptcha-v3": "^1.8.0",
"react-hook-form": "^6.15.1",
"react-lazyload": "^3.2.0",
"react-select": "^4.1.0",
"react-use": "^17.1.1",
"seedrandom": "^3.0.5",
"styled-components": "^5.2.1"
},
"devDependencies": {
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0"
}
}