-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 883 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 883 Bytes
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
{
"name": "next-starter",
"version": "0.0.1",
"repository": "https://github.com/Frontekip/next-starter.git",
"author": "yasaricli@gmail.com",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "vercel deploy --prod"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"axios": "^1.3.6",
"bootstrap": "^5.2.3",
"classnames": "^2.3.2",
"moment": "^2.29.4",
"next": "^13.3.1",
"nextjs-progressbar": "^0.0.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.10"
},
"devDependencies": {
"sass": "^1.62.0",
"vercel": "^28.20.0"
}
}