-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
51 lines (51 loc) · 1.23 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
{
"name": "uirecord",
"homepage": "uirecord.dev",
"version": "1.1.0",
"description": "UIRecord - a UI for your meilisearch instance",
"repository": "https://github.com/SaraVieira/uirecord",
"license": "MIT",
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@tailwindcss/forms": "0.5.0",
"ace-builds": "^1.4.14",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"meilisearch": "^0.25.0",
"next": "12.1.0",
"react": "17.0.2",
"react-ace": "^9.5.0",
"react-dom": "17.0.2",
"react-hot-toast": "^2.2.0",
"react-query": "^3.34.16",
"tailwindcss": "^3.0.23",
"zustand": "^3.7.1"
},
"scripts": {
"start": "next start",
"build": "next build",
"dev": "next dev",
"lint": "eslint . --cache --fix",
"pretest": "npm run lint"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "^8.11.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.8"
}
}