-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
74 lines (74 loc) · 1.99 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
67
68
69
70
71
72
73
74
{
"name": "react-selectrix",
"version": "1.0.17",
"description": "A beautiful, clean coded select replacement for React.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"build": "webpack --config webpack.config.production.js",
"update:packages": "node wipe-dependencies.js && rm -rf node_modules && npm update --save-dev && npm update --save"
},
"repository": {
"type": "git",
"url": "https://github.com/stratos-vetsos/react-selectrix.git"
},
"author": "Stratos Vetsos",
"license": "MIT",
"dependencies": {
"prop-types": "^15.6.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"browser-sync": "^2.18.13",
"css-loader": "^0.28.7",
"eslint": "^4.13.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-react": "^7.5.1",
"extract-text-webpack-plugin": "^3.0.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-util": "^3.0.8",
"node-sass": "^4.7.2",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-hot-loader": "^3.1.3",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.8.1",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.11",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"keywords": [
"select",
"multiselect",
"react-select",
"input",
"combobox",
"dropdown",
"form",
"tags",
"material-design",
"autocomplete"
]
}