-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.46 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
{
"name": "react-list-selector",
"version": "1.0.12",
"homepage": "https://revanth0212.github.io/react-list-selector/",
"private": false,
"main": "dist/index.js",
"module": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/revanth0212/react-list-selector"
},
"dependencies": {
"flow-bin": "^0.72.0",
"material-ui": "^0.20.1",
"react": "^15.6.2",
"react-dom": "^15.6.2"
},
"scripts": {
"start": "react-scripts start",
"build":
"SET NODE_ENV=production && rm -rf dist && mkdir dist && npx babel src/ListSelector --out-dir dist --copy-files",
"build:mac":
"NODE_ENV=production && rm -rf dist && mkdir dist && npx babel-cli src/ListSelector --out-dir dist --copy-files",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"flow": "flow",
"deploy": "rm -rf build && mkdir build && react-scripts build && gh-pages -b gh-pages -d build"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"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",
"gh-pages": "^1.1.0",
"prettier-eslint-cli": "^4.7.0",
"react-scripts": "1.1.4"
}
}