forked from PontusVallgren/Kino-Cinema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.21 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
42
43
44
45
46
47
48
{
"name": "kino-cinema",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "cypress open"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@hapi/iron": "^6.0.0",
"@material-ui/styles": "^4.11.5",
"@mui/icons-material": "^5.6.2",
"@mui/lab": "^5.0.0-alpha.79",
"@mui/material": "^5.6.2",
"@types/uuid": "^8.3.4",
"bcrypt": "^5.0.1",
"cookies": "^0.8.0",
"mimic-fn": "^4.0.0",
"mongoose": "^6.3.1",
"next": "12.1.5",
"pretty-format": "^28.0.2",
"react": "18.0.0",
"react-dom": "18.0.0",
"sharp": "^0.30.4",
"tss-react": "^3.6.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@testing-library/cypress": "^8.0.2",
"@types/bcrypt": "^5.0.0",
"@types/cookies": "^0.7.7",
"@types/mongoose": "^5.11.97",
"@types/node": "17.0.25",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"cypress": "^9.6.0",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"eslint-plugin-cypress": "^2.12.1",
"start-server-and-test": "^1.14.0",
"typescript": "4.6.3"
}
}