-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 868 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 868 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
{
"name": "leftovr",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"deploy": "npm run build && npm run export",
"type-check": "tsc"
},
"dependencies": {
"next": "^13.1.1",
"prettier": "^2.8.2",
"rc-pagination": "^3.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.6",
"typescript": "^4.9.4"
},
"devDependencies": {
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.26",
"babel-plugin-styled-components": "^2.0.7"
},
"repository": {
"type": "git",
"url": "https://github.com/koalamango/leftovr.git"
},
"author": "Jessie Wang",
"homepage": "https://leftovr.netlify.app/"
}