This repository has been archived by the owner on Sep 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.95 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
{
"name": "oslopride-website",
"version": "0.0.1",
"description": "Oslo Pride's official website",
"main": "index.js",
"engines": { "node": ">=10.x" },
"scripts": {
"dev": "next dev",
"build": "next build",
"now-build": "next build",
"start": "next start",
"test": "echo 'OK!'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oslopride/oslopride-website.git"
},
"author": "Oslo Pride",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/oslopride/oslopride-website/issues"
},
"homepage": "https://www.oslopride.no",
"dependencies": {
"@sanity/block-content-to-react": "^2.0.6",
"@sanity/client": "^0.140.17",
"@sanity/image-url": "^0.140.12",
"@sentry/browser": "^5.4.0",
"@sentry/integrations": "^5.4.1",
"@sentry/node": "^5.4.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-source-maps": "^0.0.4-canary.1",
"dayjs": "^1.8.13",
"get-youtube-id": "^1.0.1",
"next": "^8.1.0",
"next-redux-saga": "^4.0.1",
"next-redux-wrapper": "^3.0.0-alpha.1",
"next-seo": "^1.11.2",
"polished": "^3.3.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "^2.5.7",
"react-icons": "^3.7.0",
"react-lazyload": "^2.6.1",
"react-redux": "^7.0.3",
"react-sticky-el": "^1.0.20",
"redux": "^4.0.1",
"redux-saga": "^1.0.2",
"sentry-testkit": "^2.2.1",
"styled-components": "^4.2.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-styled-components": "^1.10.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-import-resolver-babel-module": "^5.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.13.0",
"express": "^4.16.4",
"now": "^15.5.0",
"prettier": "^1.17.0"
}
}