-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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": "tt-records-graph",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"generate": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "^3.1.4",
"@apollo/react-hooks": "^4.0.0",
"@graphql-codegen/introspection": "^1.17.8",
"@graphql-codegen/typescript": "^1.17.9",
"@graphql-codegen/typescript-operations": "^1.17.8",
"@graphql-codegen/typescript-react-apollo": "^2.0.6",
"framer-motion": "^2.6.10",
"graphql": "^15.3.0",
"next": "9.5.3",
"next-images": "^1.4.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-markdown": "^4.3.1",
"react-sticky": "^6.0.3",
"react-stickynode": "^3.0.3",
"react-stikky": "^0.1.30",
"react-video-js-player": "^1.1.1",
"styled-components": "latest",
"video-react": "^0.14.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.17.8",
"@types/node": "^14.10.1",
"@types/react": "^16.9.49",
"babel-plugin-styled-components": "latest",
"typescript": "^4.0.2"
}
}