-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
115 lines (115 loc) · 3.25 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "vela-store",
"version": "0.9.1",
"main": "index.js",
"scripts": {
"next": "next",
"dev": "vercel dev",
"build": "next build",
"start": "next start",
"now-build": "next build",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"lint-fix": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/victorhugo/sauva-store.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/victorhugo/sauva-store/issues"
},
"homepage": "https://github.com/victorhugo/sauva-store#readme",
"dependencies": {
"@google/maps": "^0.5.5",
"@next/bundle-analyzer": "^14.0.3",
"@particular./shopify-request": "^1.3.3",
"@react-google-maps/api": "^2.18.1",
"airtable": "^0.12.2",
"apollo-boost": "^0.4.1",
"apollo-link-prismic": "^1.0.2",
"axios": "^1.4.0",
"dayjs": "^1.8.14",
"eslint-plugin-prettier": "^4.2.1",
"formik": "^2.1.1",
"google-map-react": "^1.1.4",
"google-maps-react": "^2.0.6",
"graphql": "^14.2.1",
"graphql-request": "^6.1.0",
"gsap": "^3.11.5",
"isomorphic-fetch": "^3.0.0",
"locomotive-scroll": "^4.1.4",
"logrocket": "^1.0.1",
"micro": "^9.3.4",
"next": "^14.0.3",
"next-apollo": "^5.0.8",
"next-ga": "^2.3.4",
"next-redux-wrapper": "^3.0.0-alpha.2",
"next-with-apollo": "^3.4.0",
"node-cache": "^4.2.0",
"node-correios": "^0.1.8",
"node-fetch": "^2.6.1",
"nprogress": "^0.2.0",
"or": "^0.2.0",
"prismic-javascript": "^2.1.1",
"prismic-reactjs": "^1.1.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-apollo": "^2.5.5",
"react-countup": "^4.3.3",
"react-dom": "^16.8.3",
"react-elastic-carousel": "^0.11.0",
"react-ga": "^3.3.1",
"react-gsap": "^3.2.1",
"react-icons": "^4.8.0",
"react-imported-component": "^6.5.3",
"react-input-mask": "^2.0.4",
"react-intersection-observer": "^9.4.3",
"react-mailchimp-subscribe": "^2.1.0",
"react-parallax": "^3.5.1",
"react-player": "^2.12.0",
"react-redux": "^7.0.3",
"react-responsive": "^9.0.2",
"react-responsive-carousel": "^3.2.23",
"react-scroll": "^1.8.9",
"react-scroll-parallax": "^3.4.2",
"react-scrollmagic": "^2.3.0",
"react-visibility-sensor": "^5.1.1",
"recompose": "^0.17.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"scrollama": "^3.2.0",
"scrollmagic": "^2.0.8",
"scrollmagic-plugin-gsap": "^1.0.4",
"styled-components": "^5.2.1",
"vercel": "^32.3.0",
"vidar": "^0.8.5"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.27.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-universe": "^11.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"now": "^17.1.1",
"pre-commit": "^1.2.2",
"prettier": "^2.7.1"
},
"engines": {
"node": ">=16.0.0 <17.0.0"
},
"directories": {
"lib": "lib"
},
"keywords": [],
"description": ""
}