forked from christfellowshipchurch/web-app-v2
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
67 lines (67 loc) · 1.92 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
{
"name": "longhollow-web",
"version": "0.1.0",
"private": true,
"engine": {
"node": "20"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"lint": "npx eslint ./",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"test": "jest --watch"
},
"dependencies": {
"@apollo/client": "^3.2.5",
"@storybook/cli": "^6.1.11",
"@styled-system/theme-get": "^5.1.2",
"algoliasearch": "^4.9.0",
"apollo3-cache-persist": "^0.8.0",
"cross-fetch": "^3.0.6",
"date-fns": "^2.21.1",
"graphql": "^15.4.0",
"lodash": "^4.17.20",
"next": "13",
"nprogress": "^0.2.0",
"phosphor-react": "^1.1.2",
"prop-types": "^15.7.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch-dom": "^6.10.3",
"react-is": "^17.0.1",
"styled-components": "^5.2.1",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@storybook/addon-actions": "^6.1.11",
"@storybook/addon-links": "^6.1.11",
"@storybook/addons": "^6.1.11",
"@storybook/react": "^6.1.11",
"@testing-library/dom": "^7.26.5",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^1.11.1",
"eslint": "^7.12.1",
"eslint-config-react-app": "^6.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-dom": "^4.0.0",
"prettier": "^2.1.2",
"video.js": "^7.11.4"
}
}