-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
42 lines (42 loc) · 1.23 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
{
"name": "dashboard-spa",
"version": "1.0.0",
"private": true,
"dependencies": {
"@databraid/transit-widget": "^1.0.5",
"react": "15.6.1",
"react-dom": "15.6.1",
"react-grid-layout": "0.14.7",
"react-redux": "5.0.5",
"redux": "3.7.2",
"redux-thunk": "2.2.0",
"semantic-ui-react": "^0.71.3"
},
"devDependencies": {
"eslint": "4.3.0",
"eslint-config-airbnb": "15.1.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.1.0",
"react-scripts": "1.0.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "node_modules/eslint/bin/eslint.js --ext=js --ext=jsx ."
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/databraid-dashboard/databraid-react-starter.git"
},
"author": "joshwyatt",
"license": "MIT",
"bugs": {
"url": "https://github.com/databraid-dashboard/databraid-react-starter/issues"
},
"homepage": "https://github.com/databraid-dashboard/databraid-react-starter#readme"
}