-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
57 lines (57 loc) · 1.85 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
{
"name": "databraid-react-starter",
"version": "1.0.0",
"private": true,
"dependencies": {
"prop-types": "15.5.10",
"react": "15.6.1",
"react-cookies": "0.1.0",
"react-dom": "15.6.1",
"react-redux": "5.0.6",
"redux": "3.7.2",
"redux-form": "7.0.3",
"redux-logger": "3.0.6",
"redux-thunk": "2.2.0",
"render-if": "0.1.1",
"semantic-ui-react": "0.71.5"
},
"devDependencies": {
"babel-preset-es2015": "6.24.1",
"enzyme": "2.9.1",
"enzyme-to-json": "1.6.0",
"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",
"nock": "9.0.14",
"react-addons-test-utils": "15.6.0",
"react-scripts": "1.0.10",
"react-test-renderer": "15.6.1",
"redux-mock-store": "1.3.0",
"redux-promise-middleware": "4.4.1",
"redux-testkit": "1.0.6"
},
"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 --fix --ext=jsx .",
"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"
}