-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 967 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
{
"name": "eccom-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "yarn export",
"start": "next start",
"gen": "graphql-codegen --config codegen.yml",
"export": "next build && next export"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"algoliasearch": "^4.9.0",
"firebase": "^8.4.1",
"formik": "^2.2.6",
"formik-material-ui": "^3.0.1",
"framer-motion": "^3.2.2-rc.1",
"moment": "^2.29.1",
"next": "10.0.6",
"react": "17.0.1",
"react-credit-cards": "^0.8.3",
"react-dom": "17.0.1",
"react-instantsearch-dom": "^6.10.3",
"react-query": "^3.13.5"
},
"devDependencies": {
"@types/payment": "^2.1.3",
"@types/react": "^17.0.0",
"@types/react-credit-cards": "^0.8.0",
"@types/react-instantsearch-dom": "^6.10.0",
"typescript": "^4.1.3"
}
}