-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "nextjs-bootstrap-sample",
"version": "0.0.2",
"private": true,
"dependencies": {
"bootstrap": "^5.1.1",
"bootstrap-icons": "^1.5.0",
"chart.js": "^3.5.1",
"next": "^11.1.2",
"react": "^17.0.2",
"react-chartjs-2": "^3.0.4",
"react-collapse": "^5.1.0",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9"
},
"devDependencies": {
"@types/node": "^16.9.0",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.14",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"import-sort-parser-typescript": "^6.0.0",
"npm-check-updates": "^11.8.5",
"prettier": "^2.4.0",
"styled-components": "^5.3.1",
"typescript": "^4.4.2"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
}
}