-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 788 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 788 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
{
"name": "portfolio_nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.3.1",
"@mui/styled-engine-sc": "^5.3.0",
"@rollup/plugin-inject": "^4.0.4",
"ansi-regex": "^6.0.1",
"framer-motion": "^6.2.3",
"nanoid": "^3.2.0",
"next": "^12.0.9",
"node-fetch": "^3.2.0",
"node-pre-gyp": "^0.17.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"source-map-resolve": "^0.6.0",
"source-map-url": "^0.4.1",
"styled-components": "^5.3.3",
"styled-normalize": "^8.0.7",
"urix": "^0.1.0"
}
}