-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.13 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
{
"name": "binoovo-movie-search",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "echo Loading. Please wait... & next dev",
"dev:test": "next dev -p 4000",
"build": "next build",
"start": "next start",
"cypress:test": "echo Loading. Please wait... & cypress run --headed",
"cypress:run": "cypress open",
"test": "start-server-and-test dev:test http://localhost:4000 cypress:test",
"update:check": "echo 'Checking for outdated dependencies...' & npx npm-check-updates",
"update:make": "npx npm-check-updates -u && yarn install"
},
"dependencies": {
"@apollo/react-hooks": "^4.0.0",
"@apollo/react-ssr": "^4.0.0",
"apollo-boost": "^0.4.9",
"apollo-server-micro": "2.19.0",
"graphql": "^15.4.0",
"next": "10.0.0",
"next-apollo": "5.0.0",
"next-pwa": "^3.1.5",
"react": "16.14.0",
"react-dom": "16.14.0",
"rmwc": "^6.1.4",
"slug": "^4.0.2"
},
"devDependencies": {
"@types/node": "14.14.6",
"@types/react": "16.9.55",
"cypress": "5.3.0",
"prettier": "2.1.2",
"start-server-and-test": "^1.11.5",
"typescript": "^4.0.5"
}
}