-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.62 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
{
"name": "next-food-invite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fix:lint": "next lint --fix",
"format": "prettier --write --ignore-path .gitignore './**/*.{js,jsx,ts,tsx,json,css}'",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@reduxjs/toolkit": "^1.6.2",
"@tailwindcss/postcss7-compat": "^2.2.17",
"@types/emoji-mart": "^3.0.6",
"@types/react-modal": "^3.13.1",
"autoprefixer": "^9",
"canvas": "^2.8.0",
"emoji-mart": "^3.0.1",
"eslint-plugin-tailwindcss": "^3.0.2",
"firebase": "8.10.0",
"next": "11.1.2",
"postcss": "^7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-modal": "^3.14.4",
"react-redux": "^7.2.5",
"react-share": "^4.4.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
},
"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/react": "^6.3.12",
"@types/react": "17.0.30",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"babel-loader": "^8.2.2",
"eslint": "^^7.2.3",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.5.4"
}
}