This repository was archived by the owner on Jun 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.44 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.44 KB
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
{
"name": "camerakit-dashboard",
"version": "1.0.0",
"description": "Dashboard for CameraKit",
"main": "server.js",
"repository": "https://github.com/CameraKit/camerakit-dashboard.git",
"author": "Alterac, Inc.",
"license": "MIT",
"scripts": {
"build": "next build",
"start": "NODE_ENV=production node server.js",
"dev": "node server.js",
"heroku-postbuild": "next build"
},
"dependencies": {
"@material-ui/core": "^3.3.0",
"@zeit/next-sass": "^1.0.1",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-root-import": "^6.1.0",
"bluebird": "^3.5.2",
"classnames": "^2.2.6",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"express-sslify": "^1.2.0",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.0",
"jss": "^9.8.7",
"next": "^7.0.2",
"next-images": "^1.0.1",
"node-sass": "^4.9.4",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-datetime": "^2.15.0",
"react-dom": "^16.5.2",
"react-jss": "^8.6.1",
"react-markdown": "^3.6.0",
"react-nouislider": "^2.0.1",
"react-slick": "^0.23.1",
"react-stripe-checkout": "^2.6.3",
"react-swipeable-views": "^0.12.18",
"react-transition-group": "^2.4.0",
"webpack": "^4.23.0"
},
"devDependencies": {
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1"
}
}