forked from revanth0212/react-list-selector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 911 Bytes
/
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
{
"name": "react-list-selector",
"version": "1.0.3",
"homepage": "https://revanth0212.github.io/react-list-selector/",
"private": false,
"dependencies": {
"flow-bin": "^0.72.0",
"material-ui": "^0.20.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"flow": "flow",
"deploy": "gh-pages -b gh-pages -d build"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"eslint": "^4.18.2",
"eslint-config-airbnb-easy": "^1.0.10",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-html": "1.5.1",
"eslint-plugin-react": "^7.5.1",
"prettier-eslint-cli": "^4.7.0",
"gh-pages": "^1.1.0"
}
}