-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 938 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
35
36
37
{
"name": "blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"exe": "concurrently \"next\" \"cd .. && cd /d api-delivery && adonis serve --dev\" "
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.3.1",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.24",
"axios": "^0.19.0",
"clsx": "^1.0.4",
"concurrently": "^4.1.1",
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.0.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-lazyload": "^2.6.2",
"react-loadable": "^5.5.0",
"react-ssr-prepass": "^1.0.5",
"react-swipeable-views": "^0.13.3",
"styled-components": "^4.3.2"
},
"devDependencies": {
"cross-env": "^5.2.0"
}
}