-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 KB
/
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
39
40
41
42
43
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"watch": "onchange './src/**/*.{js,jsx,ts,tsx,scss,json,css}' -- prettier --config ./.prettierrc.json --write {{changed}}"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.1",
"@mui/styles": "^5.13.1",
"@types/gtag.js": "^0.0.12",
"next": "13.4.2",
"onchange": "^7.1.0",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "18.2.0",
"react-responsive": "^9.0.2",
"react-scroll-to-top": "^3.0.0",
"react-skillbars": "^2.1.0",
"sass": "^1.62.1"
},
"devDependencies": {
"@types/node": "20.2.0",
"@types/react": "18.2.6",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"typescript": "5.0.4"
},
"main": "index.js",
"repository": "[email protected]:ITK13201/portfolio.git",
"author": "Takumi Ikeda <[email protected]>",
"license": "MIT"
}