-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.46 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "next-commerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3050",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/react-hooks": "3.1.5",
"@apollo/react-ssr": "3.1.5",
"@material-ui/core": "^4.11.0",
"@redq/reuse-modal": "1.2.4-beta.0.63",
"@styled-system/theme-get": "^5.1.2",
"apollo-cache-inmemory": "1.6.6",
"apollo-client": "2.6.10",
"apollo-link-http": "1.5.17",
"formik": "^2.1.4",
"graphql": "^15.1.0",
"graphql-tag": "2.10.3",
"js-cookie": "^2.2.1",
"next": "9.4.4",
"next-compose-plugins": "^2.2.0",
"next-optimized-images": "^2.6.1",
"rc-drawer": "^4.1.0",
"react": "16.13.1",
"react-content-loader": "^5.0.4",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "16.13.1",
"react-image": "^4.0.3",
"react-intl": "^5.8.0",
"react-reveal": "^1.2.2",
"react-spring": "^8.0.27",
"react-stickynode": "^3.0.3",
"resize-observer-polyfill": "^1.5.1",
"styled-components": "^5.1.1",
"styled-system": "^5.1.5",
"stylis-plugin-rtl": "^2.0.0"
},
"devDependencies": {
"@types/node": "^14.0.23",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.0",
"babel-plugin-styled-components": "^1.10.7",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0",
"typescript": "^3.9.7"
}
}