-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.4 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
{
"name": "lloyd-portfolio",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"start": "serve ./out",
"type-check": "tsc"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@reach/tooltip": "^0.10.5",
"@types/animejs": "^3.1.1",
"@types/d3": "^5.7.2",
"@types/lodash": "^4.14.155",
"@types/react-instantsearch-dom": "^6.3.0",
"algoliasearch": "^4.3.0",
"animejs": "^3.2.0",
"apollo": "^2.28.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"chroma-js": "^2.1.0",
"d3": "^5.16.0",
"d3-scale": "^3.2.1",
"formik": "^2.1.4",
"framer-motion": "^1.11.1",
"isomorphic-unfetch": "^3.0.0",
"lodash": "^4.17.15",
"nanoid": "^3.1.9",
"next": "latest",
"query-string": "^6.13.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-instantsearch": "^6.6.0",
"react-instantsearch-dom": "^6.6.0",
"react-scroll": "^1.7.16",
"react-select": "^3.1.0"
},
"devDependencies": {
"@types/chroma-js": "^2.0.0",
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"@types/react-scroll": "^1.5.5",
"@types/react-select": "^3.0.13",
"typescript": "3.7.3"
},
"license": "ISC"
}