-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "david_cates_io_v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "cypress run",
"lint": "next lint",
"cypress": "cypress open"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.0.2",
"@reduxjs/toolkit": "^1.6.1",
"babel-plugin-istanbul": "^6.1.1",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "^7.2.5",
"sharp": "^0.29.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@cypress/code-coverage": "^3.9.11",
"@testing-library/dom": "^8.10.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"cypress": "^8.7.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"identity-obj-proxy": "^3.0.0",
"react-test-renderer": "^17.0.2"
}
}