-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.75 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "apod-space",
"version": "1.33.70",
"private": true,
"engines": {
"node": ">=14.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": ">=0.21.1",
"dotenv-webpack": "^2.0.0",
"next": "^13.0.6",
"next-pwa": "5.5.4",
"nextjs-progressbar": "^0.0.6",
"perfect-scrollbar": "^1.5.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-animated-css": "^1.2.1",
"react-copy-to-clipboard": "^5.0.2",
"react-datepicker": "^3.0.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.0.0",
"react-icons": "^3.10.0",
"react-lazy-load-image-component": "^1.5.0",
"react-number-format": "4.4.1",
"react-reveal": "^1.2.2",
"react-scroll": "^1.7.16",
"react-spinners": "^0.9.0"
},
"devDependencies": {
"@types/node": "^17.0.4",
"@types/react": "^17.0.38",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-datepicker": "^3.1.1",
"@types/react-lazy-load-image-component": "^1.5.1",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"babel-jest": "^26.3.0",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.2.5",
"jest": "^26.4.2",
"lint-staged": "^10.2.13",
"prettier": "^2.1.0",
"prettier-eslint": "^11.0.0",
"typescript": "4.5.4"
}
}