-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.46 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
{
"name": "beautyshop-taitu",
"version": "0.1.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"expo-server-sdk": "^3.6.0",
"firebase": "^7.9.0",
"moment": "^2.29.0",
"react-scripts": "3.4.3",
"react-table": "^7.5.1",
"@babel/core": "^7.12.3",
"@babel/preset-react": "^7.10.4",
"@fullcalendar/common": "^5.4.0",
"@fullcalendar/daygrid": "^5.4.0",
"@fullcalendar/interaction": "^5.4.0",
"@fullcalendar/react": "^5.4.0",
"@fullcalendar/timegrid": "^5.4.0",
"babel-plugin-transform-require-ignore": "^0.1.1",
"next": "^10.0.1",
"next-transpile-modules": "^4.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"scripts": {
"start": "next dev",
"nextdevlan": "next dev -H 0.0.0.0 & lcp --proxyUrl https://exp.host",
"nextbuild": "next build",
"nextstart": "next start",
"postinstall": "npx patch-package"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"autoprefixer": "^10.0.0",
"postcss-cli": "^7.1.2",
"postcss-import": "^12.0.1",
"tailwindcss": "^1.8.10"
}
}