-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1017 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
38
39
40
{
"name": "next-7-wonders-calculator",
"private": true,
"scripts": {
"dev": "PORT=3000 next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"e2e": "cypress run",
"e2e:dev": "cypress open"
},
"dependencies": {
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.2.3",
"@reduxjs/toolkit": "^1.7.1",
"@types/lodash": "^4.14.178",
"cypress": "^9.1.1",
"framer-motion": "^5.4.5",
"lodash": "^4.17.21",
"next": "12.0.7",
"next-pwa": "^5.4.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "^7.2.6",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@svgr/webpack": "^6.1.1",
"@types/node": "16.11.12",
"@types/ramda": "^0.27.60",
"@types/react": "17.0.37",
"@types/store": "^2.0.2",
"@types/styled-components": "^5.1.17",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"mocha": "^9.1.3",
"typescript": "4.5.3"
}
}