-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.04 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
{
"name": "cms-strapi",
"version": "1.0.0",
"scripts": {
"dev": "next",
"develop": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"test": "next lint --fix"
},
"pre-commit": [
"test"
],
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@headlessui/react": "^1.7.17",
"@material-ui/core": "^4.12.4",
"@material-ui/data-grid": "^4.0.0-alpha.37",
"@material-ui/icons": "^4.11.2",
"@meilisearch/instant-meilisearch": "^0.11.1",
"@mui/icons-material": "^5.2.4",
"@mui/material": "^5.0.0",
"@mui/x-data-grid": "^4.0.0",
"@next/env": "^13.5.6",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.4.1",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"cookie": "^0.4.1",
"date-fns": "2.14.0",
"embla-carousel": "^4.5.3",
"form-data": "^4.0.0",
"formik": "^2.2.6",
"formik-material-ui": "^3.0.1",
"js-cookie": "3.0.0-rc.4",
"material-react-table": "^1.14.0",
"material-ui-popup-state": "^2.0.0",
"next": "^11.0.0",
"next-auth": "^3.28.0",
"next-seo": "^4.7.1",
"next-test-api-route-handler": "^2.2.1",
"phosphor-react": "^1.4.1",
"postcss-import": "^14.0.2",
"prop-types": "^15.7.2",
"qs": "^6.11.2",
"react": "^17.0.0",
"react-csv": "^2.2.2",
"react-dom": "^17.0.0",
"react-icons": "^3.10.0",
"react-instantsearch-dom": "^6.39.0",
"react-markdown": "^6.0.3",
"react-string-replace": "^1.0.0",
"styled-components": "^5.3.1",
"tailwindcss": "^2.2.6",
"yup": "^0.32.8"
},
"devDependencies": {
"autoprefixer": "^10.3.1",
"eslint": "^7.30.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"postcss": "8.3.6",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-nested": "^5.0.5",
"postcss-preset-env": "^6.7.0",
"pre-commit": "^1.2.2",
"prettier": "^2.3.1",
"tailwind-scrollbar": "^3.0.5"
}
}