-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
81 lines (81 loc) · 2.31 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
{
"name": "camerakit-website",
"version": "4.0.0",
"description": "Primary website for CameraKit",
"main": "index.js",
"scripts": {
"build": "next build",
"start": "NODE_ENV=production node server.js",
"dev": "node server.js",
"heroku-postbuild": "next build"
},
"author": "Alterac, Inc.",
"license": "MIT",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"apollo-boost": "^0.1.16",
"apollo-client": "^2.4.2",
"apollo-client-preset": "^1.0.8",
"babel-plugin-module-resolver": "^3.1.1",
"bluebird": "^3.5.2",
"body-parser": "^1.18.3",
"classnames": "^2.2.6",
"cssnano": "^4.1.0",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-sslify": "^1.2.0",
"express-validator": "^5.3.0",
"graphql": "^14.0.2",
"graphql-anywhere": "^4.1.19",
"graphql-tag": "^2.9.2",
"highlightjs": "^9.12.0",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.0",
"jump.js": "^1.0.2",
"lost": "^8.3.0",
"mitt": "^1.1.3",
"next": "^7.0.0",
"next-compose-plugins": "^2.1.1",
"next-images": "^1.0.0",
"next-redux-wrapper": "^2.0.0",
"node-sass": "^4.9.3",
"normalize.css": "^8.0.0",
"polished": "^2.3.0",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.0",
"prop-types": "^15.6.2",
"raw-loader": "^0.5.1",
"react": "^16.5.2",
"react-apollo": "^2.1.11",
"react-dom": "^16.5.2",
"react-loading": "^2.0.3",
"react-mailchimp-subscribe": "^2.0.2",
"react-particles-js": "^2.3.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-spring": "^5.8.0",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5",
"redux-thunk": "^2.3.0",
"request": "^2.88.0",
"showdown": "^1.8.7",
"showdown-highlight": "^2.1.3",
"util": "^0.11.0",
"webpack": "^4.20.2",
"xml2js": "^0.4.19"
},
"devDependencies": {
"babel-eslint": "^10.0.0",
"babel-preset-env": "^1.7.0",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-babel": "^5.2.0",
"eslint-plugin-compat": "^2.5.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1"
}
}