-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.35 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.35 KB
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": "expenseably-app-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:mock": "NEXT_PUBLIC_LOAD_MOCK_SERVER=true next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.7",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"axios": "^0.26.1",
"dayjs": "^1.11.0",
"formik": "^2.2.9",
"framer-motion": "^6",
"i18next": "^21.6.14",
"i18next-browser-languagedetector": "^6.1.4",
"js-cookie": "^3.0.1",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.16.2",
"react-icons": "^4.3.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@faker-js/faker": "^6.1.1",
"@types/js-cookie": "^3.0.1",
"@types/md5": "^2.3.2",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"eslint": "8.12.0",
"eslint-config-next": "12.0.10",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.3",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"md5": "^2.3.0",
"miragejs": "^0.1.43",
"prettier": "^2.6.1",
"typescript": "4.6.3"
}
}