-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
95 lines (95 loc) · 2.74 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "jCatalog",
"version": "0.1.0",
"description": "A perfect Product BackOffice",
"main": "index.js",
"scripts": {
"clean": "rm -rf dist",
"compile": "webpack",
"start": "npm run dev",
"dev": "node --harmony bin/webpack-dev-server",
"dev:nw": "npm run dev -- --nw",
"dev:no-debug": "npm run dev -- --no_debug",
"deploy": "npm run compile",
"server:start": "node --harmony bin/server",
"server:dev": "nodemon --harmony --watch server bin/server"
},
"author": "CronJ",
"license": "MIT",
"dependencies": {
"async": "1.4.2",
"babel": "5.8.23",
"body-parser": "1.14.0",
"compression": "^1.6.1",
"currency-codes": "1.1.2",
"es6-promise": "3.1.2",
"express": "4.13.3",
"fbjs": "0.3.2",
"fs": "0.0.2",
"history": "1.9.1",
"immutable": "3.7.5",
"invariant": "2.1.1",
"json-loader": "0.5.3",
"moment": "2.10.6",
"node-sass": "3.3.3",
"pg": "4.4.2",
"pg-hstore": "2.3.2",
"q": "^1.4.1",
"react": "0.14.0-rc1",
"react-bootstrap": "0.25.100-react-pre.1",
"react-bootstrap-table": "1.0.0",
"react-bootstrap-validation": "0.1.7",
"react-classset": "0.0.2",
"react-dom": "0.14.0-rc1",
"react-input-autosize": "0.6.5",
"react-notification-system": "0.2.3",
"react-redux": "2.1.2",
"react-router": "1.0.0-rc1",
"react-router-bootstrap": "0.19.0",
"react-select": "0.6.12",
"react-toastr": "2.2.2",
"redux": "3.0.0",
"redux-async": "^2.0.1",
"redux-async-transitions": "^0.1.2",
"redux-create-reducer": "1.0.0",
"redux-logger": "^2.6.1",
"redux-react-router-transitions": "0.3.0",
"redux-thunk": "^2.0.1",
"request": "2.65.0",
"request-promise": "0.4.3",
"sequelize": "^3.9.0",
"serve-static": "1.10.0",
"thunkify": "2.1.2",
"underscore": "1.8.3",
"yargs": "3.25.0"
},
"devDependencies": {
"autoprefixer-core": "5.2.1",
"autoprefixer-loader": "2.1.0",
"babel-eslint": "4.1.8",
"babel-loader": "5.3.2",
"babel-plugin-react-transform": "1.1.1",
"babel-runtime": "5.8.24",
"css-loader": "0.17.0",
"eslint": "1.5.0",
"eslint-config-airbnb": "0.0.8",
"eslint-loader": "1.0.0",
"eslint-plugin-react": "3.4.2",
"extract-text-webpack-plugin": "0.8.2",
"html-webpack-plugin": "1.6.1",
"node-sass": "3.3.3",
"nodemon": "1.7.0",
"phantomjs": "1.9.18",
"phantomjs-polyfill": "0.0.1",
"react-addons-test-utils": "0.14.0-rc1",
"react-transform-catch-errors": "0.1.3",
"react-transform-hmr": "1.0.0",
"redbox-react": "1.1.0",
"redux-devtools": "2.1.2",
"sass-loader": "2.0.1",
"style-loader": "0.12.4",
"supertest": "1.1.0",
"webpack": "1.12.2",
"webpack-dev-server": "1.11.0"
}
}