-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "astronomic-week",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "prettier --write . && eslint --fix ."
},
"dependencies": {
"axios": "^0.21.1",
"framer-motion": "^4.1.17",
"moment": "^2.29.1",
"mongodb": "^3.6.4",
"next": "^11.0.1",
"react": "^17.0.2",
"react-dom": "17.0.1",
"react-icons": "^4.1.0",
"react-intersection-observer": "^8.32.0",
"react-modal": "^3.12.1",
"styled-components": "^5.2.1",
"sweetalert2": "^10.14.0",
"sweetalert2-react-content": "^3.2.2",
"wide-pay-node": "^1.0.1"
},
"devDependencies": {
"@types/mongodb": "^3.6.6",
"@types/node": "^14.14.22",
"@types/react": "^17.0.0",
"@types/react-modal": "^3.12.0",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"eslint": "^7.32.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
}
}