-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.28 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.28 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
{
"name": "tejas-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "^4.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@next/bundle-analyzer": "^10.0.4",
"antd": "^4.9.4",
"axios": "^0.21.2",
"babel-plugin-import": "^1.13.3",
"chonky": "^2.1.0",
"chonky-icon-fontawesome": "^2.1.0",
"cross-env": "^7.0.3",
"dayjs": "^1.9.7",
"esm": "^3.2.25",
"jszip": "^3.5.0",
"next": "11.1.3",
"postcss-preset-env": "^6.7.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-image-file-resizer": "^0.3.9",
"react-is": "^17.0.1",
"styled-components": "^5.2.1",
"use-debounce": "^5.2.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^14.14.16",
"@types/react": "^17.0.0",
"babel-plugin-styled-components": "^1.12.0",
"tsdef": "^0.0.14",
"typescript": "^4.1.3"
}
}