-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 858 Bytes
/
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
{
"name": "tax_generator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "next dev",
"build": "next build"
},
"keywords": [],
"author": "",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/styles": "^4.10.0",
"chrome-aws-lambda": "^5.2.1",
"decimal-to-percent": "^1.0.1",
"file-saver": "^2.0.2",
"handlebars": "^4.7.6",
"jszip": "^3.5.0",
"moment": "^2.27.0",
"next": "^9.5.2",
"number-to-words": "^1.2.4",
"numeral": "^2.0.6",
"puppeteer": "^5.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"uuid": "^8.3.0",
"xlsx": "^0.16.6"
},
"license": "ISC",
"repository": {
"url": "https://github.com/mohsinxx365/taxGenerator"
}
}