-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 KB
/
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
38
39
40
41
{
"name": "material-kit-react",
"author": "Devias IO",
"licence": "MIT",
"version": "2.0.0",
"private": false,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"lint-fix": "next lint --fix"
},
"dependencies": {
"@emotion/cache": "^11.5.0",
"@emotion/react": "^11.5.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.5",
"@mui/lab": "^5.0.0-alpha.53",
"@mui/material": "^5.0.6",
"@mui/styles": "^5.0.2",
"@washingtonpost/wpds-assets": "^1.8.1",
"@washingtonpost/wpds-ui-kit": "^0.8.1",
"axios": "^0.27.2",
"google-map-react": "^2.2.0",
"next": "^12.0.3-canary.7",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/node": "^16.11.45",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"eslint": "^7.32.0",
"eslint-config-next": "12.0.3-canary.7",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}