-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 899 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
{
"name": "rosneft",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"json-graphql-server ./utils/data.json --p 3001\" \"next dev\"",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.11",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.2",
"@material-ui/data-grid": "^4.0.0-alpha.12",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.2.10",
"date-fns": "^2.16.1",
"fontsource-roboto": "^3.1.5",
"formik": "^2.2.6",
"graphql": "^15.5.0",
"isomorphic-unfetch": "^3.1.0",
"next": "10.0.3",
"next-with-apollo": "^5.1.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"sass": "^1.30.0",
"uuid": "^8.3.2",
"yup": "^0.32.9"
}
}