-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "smartrails-web",
"version": "0.1.0",
"description": "A website for online railway reservation",
"author": "Koscee",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.19.2",
"axios": "^0.26.1",
"jwt-decode": "^3.1.2",
"moment": "^2.29.1",
"next": "12.1.0",
"next-plugin-antd-less": "^1.8.0",
"rc-virtual-list": "^3.4.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-qr-code": "^2.0.7",
"react-to-print": "^2.14.6"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"babel-loader": "^8.2.4",
"babel-plugin-import": "^1.13.3",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1"
}
}