-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
executable file
·76 lines (76 loc) · 2.22 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
75
76
{
"name": "react-filteredlist",
"version": "17.0.4",
"description": "FilteredList",
"main": "./dist/react-filteredlist.js",
"author": "Adam Gedney",
"homepage": "https://github.com/OlympusatDevelopment/react-filteredlist",
"repository": {
"type": "git",
"url": "git@github.com:OlympusatDevelopment/react-filteredlist.git"
},
"bugs": {
"url": "https://github.com/OlympusatDevelopment/react-filteredlist/issues"
},
"dependencies": {
"bluebird": "^3.5.2",
"copy-to-clipboard": "^3.0.6",
"flatpickr": "^4.5.2",
"history": "^4.6.1",
"moment": "^2.18.1",
"pikaday": "^1.8.0",
"prop-types": "^15.6.2",
"react-addons-shallow-compare": "^15.5.2",
"react-checkbox-group": "^3.1.1",
"react-chips": "^0.7.0",
"react-datepicker": "^1.8.0",
"react-images": "^0.5.4",
"react-intl": "^2.7.0",
"react-radio-group": "^3.0.3",
"react-redux": "^5.0.5",
"react-scrolllock": "^2.0.1",
"react-super-select": "^1.0.4",
"redux": "^3.6.0",
"underscore": "^1.8.3",
"validator": "^10.9.0",
"xhr": "^2.4.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^3.2.0",
"mini-css-extract-plugin": "^0.4.3",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"browserify-shim": {
"react": "global:React",
"react-dom": "global:ReactDOM"
},
"scripts": {
"start": "webpack --mode development",
"build": "webpack --mode production",
"release": "npm publish",
"deploy:examples": "aws s3 sync ./example/dist s3://react.filteredlist.demo --acl public-read --exclude .DS_Store --profile oly_demo --delete"
},
"keywords": [
"react",
"react-component"
]
}