-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.61 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
49
50
51
52
53
54
{
"name": "wear-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@types/jest": "^24.9.1",
"@types/node": "^12.12.53",
"@types/node-fetch": "^2.5.7",
"@types/react": "^16.9.44",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.2",
"apollo-boost": "^0.4.9",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"framer-motion": "^1.11.1",
"graphql": "^14.7.0",
"http-proxy-middleware": "^0.21.0",
"js-cookie": "^2.2.1",
"lodash.debounce": "^4.0.8",
"next": "^9.5.1",
"next-with-apollo": "^4.3.0",
"node-fetch": "^2.6.0",
"nprogress": "^0.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^4.4.1",
"typescript": "^3.9.7"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"generate": "graphql-codegen --config codegen.yml -r dotenv/config",
"test": "jest --watch",
"test:coverage": "jest --coverage"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.17.7",
"@graphql-codegen/typescript": "^1.17.7",
"@graphql-codegen/typescript-operations": "^1.17.7",
"@graphql-codegen/typescript-react-apollo": "^1.17.7",
"@testing-library/jest-dom": "^5.11.3",
"@testing-library/react": "^10.4.8",
"@types/js-cookie": "^2.2.6",
"@types/lodash.debounce": "^4.0.6",
"@types/nprogress": "^0.2.0",
"babel-plugin-jsx-remove-data-test-id": "^2.1.3",
"babel-plugin-styled-components": "^1.11.1",
"jest": "^26.4.0",
"ts-jest": "^26.2.0"
}
}