-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"name": "avenir-infographic",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p ${PORT:-3000}",
"build": "next build",
"start": "next start -p ${PORT:-3000}",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.6",
"classnames": "^2.3.2",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "13.1.6",
"next-seo": "^5.15.0",
"numeral": "^2.0.6",
"path": "^0.12.7",
"qs": "^6.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"recharts": "^2.5.0",
"sass": "^1.58.3"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"babel-plugin-import": "^1.13.6",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-standard": "^5.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"tailwindcss": "^3.2.7"
}
}