-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 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
{
"name": "fec-api",
"version": "0.0.1",
"description": "Frontend Cafe's API",
"author": "Martin Bavio <mbavio@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "sanity dev",
"start": "sanity start",
"build": "sanity build"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@sanity/client": "^5.3.0",
"@sanity/color-input": "^3.0.2",
"@sanity/dashboard": "^3.1.3",
"@sanity/ui": "^1.3.0",
"@sanity/vision": "^3.7.0",
"date-fns": "^2.16.1",
"mui-datatables": "^3.7.7",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"sanity": "^3.7.0",
"sanity-plugin-dark-theme-blue": "^1.0.1",
"sanity-plugin-markdown": "^2.0.2",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@types/mui-datatables": "^3.7.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
}
}