forked from AppStateESS/properties
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
{
"name": "properties",
"version": "2.0.0",
"description": "Online property manager",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"classnames": "^2.2.5",
"css-loader": "^0.28.0",
"es6-promise": "^4.0.5",
"jshint": "^2.9.4",
"jshint-loader": "^0.8.4",
"moment": "^2.15.1",
"prop-types": "^15.5.8",
"react": "^15.3.0",
"react-date-picker": "^5.3.28",
"react-dom": "^15.3.0",
"react-dropzone": "^3.6.0",
"react-image-gallery": "^0.8.3",
"react-modal": "^2.2.1",
"react-select": "^1.0.0-rc.3",
"react-sortable-hoc": "^0.6.2",
"react-sticky": "~5.0.5",
"react-tooltip": "^3.3.0",
"react-transition-group": "^1.1.2",
"strip-loader": "^0.1.2",
"style-loader": "^0.18.2",
"webpack": "^3.0.0"
},
"scripts": {
"dev": "webpack --config webpack.config.js -d --watch",
"prod": "webpack --config webpack.production.config.js -p"
},
"repository": {
"type": "git",
"url": "git://github.com/AppStateESS/properties.git"
},
"keywords": [
"properties",
"real",
"estate",
"rent"
],
"homepage": "https://github.com/AppStateESS/properties#readme",
"author": "Matt McNaney <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppStateESS/properties/issues"
}
}