-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 896 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
33
34
{
"name": "Rental-space",
"version": "1.0.0",
"description": "Real Estate Portal",
"main": "webpack.config.js",
"scripts": {
"dev": "webpack-dev-server --content-base output --inline --hot",
"test": "echo \"Error:no test specified\" && exit 1"
},
"author": "Tushant Khatiwada",
"license": "BSD-2-Clause",
"dependencies": {
"backbone": "^1.2.3",
"history": "^2.0.0",
"jquery": "^2.2.0",
"jsx-loader": "^0.13.2",
"ramda": "^0.19.1",
"react": "^0.14.7",
"react-bootstrap": "^0.28.3",
"react-dom": "^0.14.7",
"react-redux": "^4.4.0",
"react-router": "^2.0.0",
"redux": "^3.3.1",
"reflux": "^0.3.0",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0"
}
}