-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 806 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
{
"name": "archery-website",
"version": "0.1.0",
"private": true,
"homepage": "http://CodingJinxx.github.io/archery-website",
"scripts": {
"dev": "next dev",
"debug": "node --inspect-brk ./node_modules/next/dist/bin/next",
"build": "next build",
"start": "next start",
"export" : "next export",
"build-static": "next build && next export",
"pub-dev": "next dev -p 80"
},
"dependencies": {
"bootstrap": "^5.0.0-beta1",
"cross-env": "^7.0.3",
"fast-glob": "^3.2.5",
"next": "10.0.5",
"react": "17.0.1",
"react-dom": "17.0.1",
"sass": "^1.32.5"
},
"devDependencies": {
"@popperjs/core": "^2.6.0",
"@types/node": "^14.14.22",
"@types/react": "^17.0.0",
"replace-in-files-cli": "^1.0.0",
"typescript": "^4.1.3"
}
}