-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.7 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "organization",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "standard",
"test": "API_HOST='https://api.flossbank.com' jest"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@chakra-ui/icons": "^1.0.3",
"@chakra-ui/react": "^1.1.4",
"@emotion/core": "^10.0.28",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^10.0.27",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.7.0",
"@zeit/next-sass": "^1.0.1",
"b36": "^1.0.0",
"clone-deep": "^4.0.1",
"emotion-theming": "^10.0.27",
"framer-motion": "^3.2.2-rc.1",
"got": "^11.5.1",
"isomorphic-fetch": "^2.2.1",
"next": "^9.5.5",
"node-sass": "^4.13.0",
"p-debounce": "^2.1.0",
"prop-types": "^15.7.2",
"react": "16.12.0",
"react-dom": "^16.12.0",
"react-hook-form": "^5.7.2",
"react-parallax": "^3.0.3",
"react-recaptcha": "^2.3.10",
"recharts": "^1.8.5",
"sass": "^1.30.0"
},
"devDependencies": {
"@babel/register": "^7.10.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.3.0",
"ava": "^2.4.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.1.0",
"husky": "^3.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"msw": "^0.19.4",
"react-svg-loader": "^3.0.3",
"standard": "^14.3.1",
"webpack": "^4.41.6"
},
"standard": {
"parser": "babel-eslint"
},
"jest": {
"moduleNameMapper": {
"\\.(s?css|less)$": "identity-obj-proxy"
},
"testURL": "https://flossbank.com"
}
}