-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
66 lines (66 loc) · 2.11 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
{
"name": "databraid-react-starter",
"version": "1.0.0",
"private": true,
"dependencies": {
"classnames": "2.2.5",
"enzyme-to-json": "1.5.1",
"flow": "0.2.3",
"flow-bin": "0.51.1",
"jest": "20.0.4",
"jest-cli": "20.0.4",
"moment": "2.18.1",
"prop-types": "15.5.10",
"react": "15.6.1",
"react-dom": "15.6.1",
"react-fontawesome": "1.6.1",
"react-redux": "5.0.5",
"redux": "3.7.2",
"redux-mock-store": "1.2.3",
"redux-thunk": "2.2.0",
"semantic-ui-react": "0.71.3",
"socket.io": "2.0.3",
"socket.io-client": "2.0.3"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"babel-plugin-lodash": "3.2.11",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-1": "6.24.1",
"enzyme": "2.9.1",
"eslint": "3.x",
"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-addons-test-utils": "15.6.0",
"react-scripts": "1.0.10",
"react-test-renderer": "15.6.1",
"redux-testkit": "1.0.6"
},
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"flow": "flow",
"lint": "node_modules/eslint/bin/eslint.js --fix --ext=js --ext=jsx .",
"down": "scripts/down",
"up": "scripts/up",
"start": "npm run up && react-scripts start",
"test": "react-scripts test --env=jsdom --verbose",
"install-module": "npm install --prefix ./libs/widget-libs/",
"build-module": "npm run build --prefix ./libs/widget-libs/",
"create-module": "npm run install-module && npm run build-module"
},
"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"
}