-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 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
{
"name": "spaceview",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"clean-css": "^4.2.3",
"isomorphic-unfetch": "^3.0.0",
"next": "^11.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "6",
"react-swipeable-views": "^0.13.9"
},
"devDependencies": {
"@types/clean-css": "^4.2.4",
"@types/node": "^13.7.4",
"@types/node-fetch": "^2.5.5",
"@types/react-swipeable-views": "^0.13.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-plugin-transform-imports": "^2.0.0",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.18.3",
"prettier": "^2.0.4",
"typescript": "^4.2.4"
}
}