-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
69 lines (69 loc) · 1.96 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": "protege",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"emulators": "firebase emulators:start",
"e2e:test": "cypress open",
"test": "jest --coverage",
"test:watch": "yarn test -- --watch",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.1.4",
"@fortawesome/fontawesome-free": "^5.15.2",
"@hookform/devtools": "^2.2.1",
"@hookform/resolvers": "1.3.0",
"@stripe/stripe-js": "^1.12.1",
"@testing-library/cypress": "^7.0.4",
"axios": "^0.21.2",
"babel-eslint": "^10.1.0",
"cypress": "^6.6.0",
"faker": "^5.4.0",
"firebase": "^8.2.4",
"firebase-admin": "^9.5.0",
"next": "^11.1.3",
"nookies": "^2.5.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dnd": "^14.0.3",
"react-dnd-html5-backend": "^14.0.1",
"react-dom": "^17.0.2",
"react-hook-form": "^6.15.1",
"react-hot-toast": "^1.0.2",
"react-loading-skeleton": "^2.1.1",
"react-quill": "^1.3.5",
"react-simple-file-upload": "^0.1.1",
"react-spinners": "^0.10.4",
"react-table": "^7.6.3",
"react-tag-input": "^6.7.3",
"typewriter-effect": "^2.17.0",
"universal-cookie": "^4.0.4",
"uuid": "^8.3.2",
"yup": "^0.32.8",
"zustand": "^3.3.1"
},
"devDependencies": {
"@tailwindcss/jit": "^0.1.18",
"autoprefixer": "^10.2.6",
"dotenv": "^8.2.0",
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",
"jest": "^26.6.3",
"jest-watch-typeahead": "^0.6.1",
"postcss": "^8.3.0",
"prettier": "^2.2.1",
"tailwindcss": "^2.1.2",
"yargs": "^16.2.0"
}
}