-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
135 lines (135 loc) · 4.05 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "christopherleemiller_me-website",
"version": "0.39.64",
"description": "Front End Site",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "eslint . --fix",
"test": "NODE_ENV=test jest && codecov -t e12fe338-a516-4ab5-8c7f-078f4742a9a0",
"analyze": "cross-env ANALYZE=1 next build && cat .next/stats.txt"
},
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@apollo/react-ssr": "^3.1.5",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@mdx-js/loader": "^1.6.4",
"@next/bundle-analyzer": "^9.4.4",
"@next/mdx": "^9.4.2",
"@sentry/browser": "^5.15.5",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"body-parser": "^1.19.0",
"cloudinary-react": "^1.5.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"date-fns": "^2.14.0",
"disqus-react": "^1.0.8",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"express": "^4.17.1",
"express-session": "^1.17.1",
"formik": "^2.1.4",
"framer-motion": "^1.11.0",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
"highlight.js": "^10.0.3",
"logrocket": "^1.0.7",
"md5": "^2.2.1",
"mongoose": "^5.9.25",
"next": "^9.4.2",
"next-offline": "^5.0.2",
"next-seo": "^4.5.0",
"nextjs-sitemap-generator": "^1.0.0",
"nookies": "^2.3.2",
"nprogress": "^0.2.0",
"raw-loader": "^4.0.1",
"react": "experimental",
"react-apollo": "^3.1.5",
"react-async": "^10.0.1",
"react-cookies": "^0.1.1",
"react-dom": "experimental",
"react-ga": "^2.7.0",
"react-image-gallery": "^1.0.7",
"react-markdown": "^4.3.1",
"react-masonry-css": "^1.0.14",
"react-modal": "^3.11.2",
"react-spinners": "^0.8.3",
"react-toast-notifications": "^2.4.0",
"sitemap": "^6.2.0",
"styled-components": "^5.1.0",
"uid-safe": "^2.1.5",
"webpack": "^4.43.0",
"webpack-bundle-size-analyzer": "^3.1.0",
"yup": "^0.29.1"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@types/date-fns": "^2.6.0",
"@types/highlight.js": "^9.12.4",
"@types/jest": "^26.0.5",
"@types/md5": "^2.2.0",
"@types/next": "^9.0.0",
"@types/next-seo": "^1.10.0",
"@types/node": "^14.0.4",
"@types/nprogress": "0.2.0",
"@types/react": "^16.9.32",
"@types/react-cache": "^2.0.1",
"@types/react-cookies": "^0.1.0",
"@types/react-image-gallery": "^0.9.3",
"@types/react-modal": "^3.10.5",
"@types/react-toast-notifications": "^2.4.0",
"@types/styled-components": "^5.1.0",
"@types/yup": "^0.29.1",
"@zeit/next-typescript": "^1.1.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"babel-plugin-styled-components": "^1.10.7",
"codecov": "^3.7.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"jest": "^25.5.4",
"jest-transform-graphql": "^2.1.0",
"prettier": "^2.0.5",
"ts-jest": "^25.5.1",
"typescript": "^3.9.7"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"setupFilesAfterEnv": [
"<rootDir>/jest.setup.js"
],
"testPathIgnorePatterns": [
"<rootDir>/.next/",
"<rootDir>/node_modules/"
],
"transform": {
"\\.(gql|graphql)$": "jest-transform-graphql",
"^.+\\.tsx?$": "ts-jest",
".*": "babel-jest"
},
"globals": {
"ts-jest": {
"babelConfig": true
}
}
}
}