-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 903 Bytes
/
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
{
"name": "nextjs-bootstrap",
"version": "1.0.0",
"description": "Bootstrap for Next.js",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YukiCat-Dev/Nextjs-Bootstrap.git"
},
"keywords": [
"bootstrap"
],
"author": "KotoriK",
"license": "ISC",
"bugs": {
"url": "https://github.com/YukiCat-Dev/Nextjs-Bootstrap/issues"
},
"homepage": "https://github.com/YukiCat-Dev/Nextjs-Bootstrap#readme",
"dependencies": {
"bootstrap": "^4.5.0",
"next": "^9.4.4",
"react": "^16.13.1",
"react-bootstrap": "^1.2.2",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@types/jquery": "^3.5.0",
"@types/node": "^14.0.23",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"typescript": "^3.9.7"
}
}