-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.75 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o .sb",
"lint": "eslint --ignore-path .gitignore \"**/*.{jsx,js,tsx,ts}\"",
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.7",
"@storybook/addon-postcss": "^3.0.0-alpha.1",
"firebase": "^9.9.2",
"next": "latest",
"react": "18.1.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.1.0",
"uuid": "^8.3.2",
"validator": "^13.7.0"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@iconify/react": "^4.0.0",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-interactions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.10",
"@storybook/manager-webpack5": "^6.5.10",
"@storybook/react": "^6.5.10",
"@storybook/testing-library": "^0.0.13",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-datepicker": "^4.4.2",
"@types/react-dom": "18.0.5",
"@types/uuid": "^8.3.4",
"@types/validator": "^13.7.5",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-unused-imports": "^2.0.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.1",
"postcss": "^8.4.14",
"prettier": "2.7.1",
"tailwindcss": "^3.1.8",
"typescript": "4.7.2"
}
}