-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "react-tooling-kit",
"version": "0.1.0",
"description": "Tooling-kit is a collection of useful tools for developers",
"private": false,
"author": "miqilin21 <miqilin18@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build"
},
"dependencies": {
"axios": "^0.21.4",
"clsx": "^1.1.1",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"json_typegen_wasm": "^0.7.0",
"jszip": "^3.10.0",
"mammoth": "^1.4.21",
"mitt": "^3.0.0",
"next": "^12.1.0",
"next-pwa": "^5.4.6",
"preact": "^10.6.6",
"qrcode.react": "^3.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-medium-image-zoom": "^4.4.3",
"title": "^3.4.4",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/dom-to-image": "^2.6.4",
"@types/file-saver": "^2.0.5",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/workbox-window": "^4.3.4",
"autoprefixer": "^10.4.4",
"file-loader": "^6.2.0",
"postcss": "^8.4.12",
"prettier": "^2.4.1",
"sass": "^1.41.1",
"tailwindcss": "^3.0.23",
"tailwindcss-animate": "^1.0.5",
"typescript": "^4.7.3"
}
}