-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 918 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
36
37
{
"name": "composer",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"harvest": "nodemon --watch harvestPropTypes/index.js harvestPropTypes"
},
"dependencies": {
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/icons-material": "5.10.6",
"@mui/material": "5.10.6",
"classnames": "2.3.2",
"fuse.js": "6.6.2",
"nanoid": "4.0.0",
"next": "12.3.1",
"query-string": "7.1.1",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/core": "7.19.1",
"@types/node": "18.7.23",
"@types/react": "18.0.21",
"acorn": "8.8.0",
"acorn-walk": "8.2.0",
"eslint": "8.19.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "8.5.0",
"nodemon": "2.0.20",
"prettier": "2.7.1",
"typescript": "4.8.4"
}
}