-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.8 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.2.7",
"@chakra-ui/pin-input": "^1.4.0",
"@chakra-ui/system": "^1.3.1",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@headlessui/react": "^1.0.0",
"@heroicons/react": "^1.0.1",
"apollo-link-context": "^1.0.20",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/line-clamp": "^0.2.0",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.2.5",
"base-64": "^1.0.0",
"cardsy": "^1.0.0",
"change-case": "^4.1.1",
"classnames": "^2.2.6",
"clean-deep": "^3.4.0",
"copy-to-clipboard": "^3.3.1",
"creditcards": "^4.0.0",
"creditcards-types": "^3.2.0",
"formik": "^2.2.6",
"fuse.js": "^6.4.6",
"graphql": "^15.5.0",
"isomorphic-unfetch": "^3.1.0",
"js-cookie": "^2.2.1",
"libphonenumber-js": "^1.9.16",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"next": "10.2.0",
"next-seo": "^4.24.0",
"numeral": "^2.0.6",
"numeraljs": "^1.5.6",
"postcss": "^8.2.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-responsive-carousel": "^3.2.18",
"react-scroll": "^1.8.2",
"tailwindcss": "^2.1.1",
"url-parse": "^1.5.1",
"uuid": "^8.3.2",
"yup": "^0.32.9",
"next-routes": "^1.4.2",
"react-icons": "^3.11.0",
"react-select": "^4.1.0",
"react-spinners": "^0.10.6",
"react-table": "^7.7.0",
"slugify": "^1.5.3",
"styled-components": "^5.2.1",
"validator": "^13.1.17"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/register": "^7.12.1",
"@svgr/webpack": "^5.5.0",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.19.0",
"eslint-plugin-react": "^7.22.0",
"@ijsto/eslint-config": "3.0.1",
"babel-eslint": "^9.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"crossenv": "^0.0.2-security",
"eslint-config-airbnb": "^18.0.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react-hooks": "^1.4.0",
"nodemon": "^2.0.7",
"prettier": "^1.16.4"
}
}