-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 836 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
{
"name": "with-apollo",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "3.1.1",
"@material-ui/core": "latest",
"clsx": "latest",
"deepmerge": "^4.2.2",
"graphql": "^15.3.0",
"lodash": "4.17.20",
"mobx": "^6.0.1",
"mobx-react": "^7.0.0",
"next": "latest",
"prettier": "2.1.2",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"styled-components": "^5.0.0"
},
"license": "MIT",
"devDependencies": {
"babel-plugin-styled-components": "^1.8.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.0",
"@types/node": "14.14.7",
"@types/react": "16.9.56",
"typescript": "4.0.5"
}
}