-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 910 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
{
"name": "bonnie-web",
"homepage": "http://bonniepeng2002.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"predeploy": "npm run build",
"deploy": "gh-pages -b main -d build"
},
"dependencies": {
"@babel/core": "^7.14.8",
"next": "10.2.3",
"next-images": "^1.7.0",
"node": "^16.1.0",
"react": "^17.0.2",
"react-awesome-reveal": "^3.8.1",
"react-dom": "17.0.2",
"react-scripts": "^4.0.3",
"react-typist": "^2.0.5",
"react-vertical-timeline-component": "^3.3.3",
"trim-newlines": "^4.0.2"
},
"devDependencies": {
"@types/node": "^15.6.2",
"@types/react": "^17.0.9",
"@types/react-typist": "^2.0.1",
"@types/react-vertical-timeline-component": "^3.0.1",
"gh-pages": "^3.2.3",
"sass": "^1.34.1",
"typescript": "^4.3.2"
}
}