-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.39 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
44
45
46
47
48
49
50
51
52
53
{
"name": "vivid",
"private": true,
"homepage": "https://ekdldksp123.github.io/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
"@emailjs/browser": "^3.4.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@types/node": "^17.0.15",
"@types/react": "^17.0.39",
"axios": "^0.25.0",
"babel-plugin-module-resolver": "^4.1.0",
"emailjs": "^4.0.0",
"finalhandler": "^1.1.2",
"gh-pages": "^3.2.3",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "^17.0.2",
"react-router": "^6.2.1",
"sharp": "^0.31.3",
"typescript": "^4.5.5",
"webpack": "^5.68.0"
},
"version": "1.0.0",
"main": "index.js",
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"@emotion/babel-plugin": "^11.7.2",
"babel-loader": "^8.2.3",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ekdldksp123/ekdldksp123.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ekdldksp123/ekdldksp123.github.io/issues"
}
}