forked from ThatConference/that-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.1 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
{
"version": "1.0.0",
"main": "index.js",
"engines": {
"node": "^10"
},
"scripts": {
"dev": "next ./ -p 8000",
"build": "next build",
"start": "next start -p 4000",
"test": "jest --config ./jest.config.json",
"test:watch": "npm run test -- --watch",
"lint": "eslint '**/*.js'"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@apollo/react-ssr": "^3.1.3",
"@sentry/browser": "^5.7.1",
"@sentry/integrations": "^5.7.1",
"@sentry/node": "^5.7.1",
"@zeit/next-source-maps": "0.0.3",
"apollo-boost": "^0.4.4",
"google-map-react": "^1.1.5",
"graphql": "^14.5.8",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.1",
"moment": "^2.24.0",
"next": "^9.1.1",
"nprogress": "^0.2.0",
"polished": "^3.4.1",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-facebook": "^8.0.4",
"react-scroll-parallax": "^2.2.0",
"sentry-testkit": "^3.0.2",
"styled-components": "^4.4.0",
"styled-components-modifiers": "^1.2.5",
"styled-css-grid": "^1.2.1",
"webpack": "^4.41.2"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-styled-components": "^1.10.6",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.19.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.1.2",
"fslightbox-react": "^1.4.2",
"jest": "^24.9.0",
"now": "^16.3.1",
"prettier-eslint": "^9.0.0"
},
"name": "that-website",
"author": "that conference",
"description": "THATConference.com",
"license": "gpl-3.0",
"keywords": [
"node, web, nextjs, now, react"
],
"repository": {
"type": "git",
"url": "https://github.com/thatconference/that-website.git"
}
}