-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.18 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
{
"name": "soulnext",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"homepage": "https://soulnext.readeral.now.sh",
"dependencies": {
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"@mdx-js/react": "^1.5.1",
"@newfrontdoor/audio-player": "^0.3.0",
"@newfrontdoor/collapse": "^0.2.3",
"@newfrontdoor/footer": "^1.1.1",
"@newfrontdoor/form": "^0.8.0",
"@newfrontdoor/itunes-feed": "^1.0.0",
"@newfrontdoor/sanity-block-components": "0.1.1",
"@newfrontdoor/sermon": "^2.0.0",
"@react-google-maps/api": "^2.0.2",
"@sanity/block-content-to-react": "^2.0.7",
"@sanity/client": "^2.1.4",
"@sanity/image-url": "^0.140.15",
"@theme-ui/components": "^0.3.5",
"@theme-ui/match-media": "^0.3.5",
"config": "^3.2.4",
"embla-carousel": "^4.1.2",
"emotion-theming": "^10.0.19",
"final-form": "^4.18.6",
"got": "^11.3.0",
"ky": "^0.26.0",
"micro-cors": "^0.1.1",
"next": "^10.0.5",
"next-compose-plugins": "^2.2.0",
"next-fonts": "^1.1.0",
"normalize.css": "^8.0.1",
"polished": "^4.1.0",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-final-form": "^6.3.3",
"react-icons": "^4.1.0",
"react-spring": "^8.0.27",
"theme-ui": "^0.3.5",
"xmlbuilder": "^15.1.1"
},
"devDependencies": {
"@types/react": "^16.14.2",
"@types/theme-ui": "^0.3.7",
"babel-eslint": "^10.0.3",
"babel-plugin-inline-react-svg": "^1.1.0",
"csstype": "^3.0.6",
"eslint-config-xo-react": "^0.23.0",
"eslint-plugin-emotion": "^10.0.14",
"eslint-plugin-react": "^7.20.4",
"eslint-plugin-react-hooks": "^4.0.8",
"xo": "^0.37.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"xo": {
"extends": [
"xo-react"
],
"prettier": true,
"space": true,
"envs": [
"browser"
],
"plugins": [
"emotion"
],
"rules": {
"react/jsx-pascal-case": "off"
}
},
"eslint": {
"settings": {
"react": {
"version": "detect"
}
}
}
}