-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.94 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.94 KB
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
{
"name": "@bayes/bayes.com",
"version": "1.0.0",
"description": "Bayes landing page",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bayestechnologies/bayes.com.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bayestechnologies/bayes.com/issues"
},
"homepage": "https://github.com/bayestechnologies/bayes.com#readme",
"dependencies": {
"@bayes/brand": "0.0.2",
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@sanity/block-content-to-react": "^2.0.7",
"@sanity/client": "^1.150.7",
"@sanity/image-url": "^0.140.19",
"@types/facepaint": "^1.2.1",
"@types/fontfaceobserver": "0.0.6",
"@types/jsonp": "^0.2.0",
"@types/react-modal": "^3.10.4",
"@types/smoothscroll-polyfill": "^0.3.1",
"bowser": "^2.11.0",
"facepaint": "^1.2.1",
"fontfaceobserver": "^2.1.0",
"groq": "^1.150.1",
"jsonp": "^0.2.1",
"lodash": "^4.17.19",
"moment": "^2.29.0",
"next": "^9.5.1",
"react": "^16.13.1",
"react-device-detect": "^1.13.1",
"react-dom": "^16.13.1",
"react-ga": "^2.7.0",
"react-intersection-observer": "^8.27.1",
"react-modal": "^3.12.1",
"react-vega": "^7.4.2",
"scroll-into-view-if-needed": "^2.2.26",
"smoothscroll-polyfill": "^0.4.4",
"vega": "^5.19.1",
"vega-lite": "^4.17.0",
"vivus": "^0.4.5"
},
"devDependencies": {
"@types/lodash": "^4.14.149",
"@types/node": "^13.7.0",
"@types/react": "^16.9.19",
"@types/vivus": "^0.4.0",
"next-fonts": "^1.0.3",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^8.0.1",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^4.0.0",
"tslint-react-hooks": "^2.2.1",
"typescript": "^4.1.3"
}
}