-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1001 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": "emperorjack.github.io",
"version": "0.1.0",
"private": true,
"homepage": "https://www.jackvpurvis.com/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"types": "tsc",
"format": "prettier --write '**/*.ts{,x}'"
},
"dependencies": {
"font-awesome": "^4.7.0",
"lodash": "^4.17.21",
"next": "^13.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-gallery": "^1.0.0",
"yet-another-react-lightbox": "^2.5.0"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@types/webpack-env": "^1.18.0",
"eslint": "^8.35.0",
"eslint-config-next": "^13.2.3",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"sass": "^1.49.8",
"typescript": "5.4.3"
}
}