-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 907 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
{
"name": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.12",
"@restart/hooks": "^0.3.25",
"bootstrap": "^4.5.3",
"chokidar": "^3.4.3",
"fs": "0.0.1-security",
"gray-matter": "^4.0.2",
"jquery": "^3.5.1",
"mysql": "^2.18.1",
"next": "^10.0.1",
"popper.js": "^1.16.1",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.1"
},
"description": "This is a starter template for [Learn Next.js](https://nextjs.org/learn).",
"main": "index.js",
"directories": {
"lib": "lib"
},
"devDependencies": {},
"keywords": [],
"author": "",
"license": "ISC"
}