-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
75 lines (75 loc) · 2.28 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
{
"name": "spring-of-engivia",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"check-types": "tsc --pretty --noEmit",
"check-format": "prettier --check .",
"check-lint": "eslint . --ext ts --ext tsx --ext js",
"format": "prettier --write .",
"test-all": "yarn check-types && yarn check-format && yarn check-lint && yarn build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"4": "^0.0.0",
"@dnd-kit/core": "^4.0.2",
"@dnd-kit/sortable": "^5.1.0",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.4",
"@hookform/resolvers": "^2.8.3",
"@tailwindcss/postcss7-compat": "^2.2.17",
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"date-fns": "^2.25.0",
"firebase": "8.6.2",
"firebase-admin": "^10.0.0",
"google-tts-api": "^2.0.2",
"js-cookie": "^3.0.1",
"next": "11.1.2",
"next-auth": "^3.29.0",
"react": "17.0.2",
"react-confetti": "^6.0.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.20.2",
"react-hot-toast": "^2.1.1",
"react-lottie-player": "^1.4.1",
"react-use": "^17.3.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.3.12",
"@svgr/webpack": "^5.5.0",
"@types/bcrypt": "^5.0.0",
"@types/js-cookie": "^3.0.0",
"@types/node": "^16.11.1",
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.11",
"@types/react-lottie": "^1.2.6",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"autoprefixer": "^9",
"babel-loader": "8.1.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-tailwindcss": "^1.17.0",
"husky": "^7.0.0",
"postcss": "^7",
"prettier": "^2.4.1",
"typescript": "^4.4.4",
"use-sound": "^4.0.1"
}
}