-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 946 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 946 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
34
35
36
37
38
{
"name": "personal-site-v2",
"version": "1.0.0",
"description": "My personal site",
"main": "index.tsx",
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Evan-Nishi/personal-site-v2.git"
},
"author": "Evan-Nishi",
"license": "MIT",
"bugs": {
"url": "https://github.com/Evan-Nishi/personal-site-v2/issues"
},
"homepage": "https://github.com/Evan-Nishi/personal-site-v2#readme",
"devDependencies": {
"@types/node": "^13.13.36",
"@types/react": "^16.14.2",
"eslint": "^8.10.0",
"eslint-config-prettier": "^6.15.0",
"prettier": "^1.19.1",
"typescript": "^4.6.2"
},
"dependencies": {
"animate.css": "^3.7.2",
"next": "^12.1.0",
"next-images": "^1.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^3.11.0"
}
}