-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "taxemu",
"version": "0.1.0",
"description": "A tool to calculate your tax(for Greek taxpayers",
"scripts": {
"dev": "next dev",
"build": "next build",
"test": "jest",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "https://github.com/raptisj/taxemu"
},
"keywords": ["tax", "taxation", "business", "employee"],
"author": "John Raptis",
"license": "MIT",
"bugs": {
"url": "https://github.com/raptisj/taxemu/issues"
},
"homepage": "https://github.com/raptisj/taxemu#readme",
"dependencies": {
"@chakra-ui/icons": "^2.0.2",
"@chakra-ui/react": "^2.4.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"framer-motion": "^6.3.10",
"next": "12.1.6",
"next-pwa": "^5.5.4",
"react": "18.1.0",
"react-dom": "18.1.0",
"zustand": "^4.0.0-rc.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"jest": "^28.1.2",
"jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^28.1.2"
}
}