-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.02 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
{
"name": "cosecha-sms",
"version": "0.0.1",
"description": "",
"author": "Celso Mireles <celso@pocholabs.com>",
"keywords": [
"react",
"react-component",
"material design",
"toolbox",
"components"
],
"main": "server.js",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {},
"scripts": {
"start": "node server.js",
"dev": "webpack-dev-server",
"build": "rimraf dist && cross-env NODE_ENV=production UV_THREADPOOL_SIZE=100 webpack --config ./webpack.production.config.js --progress --profile --colors && cp static/* dist/"
},
"repository": "https://github.com/celsom3/cosecha-sms",
"dependencies": {
"autoprefixer": "6.3.6",
"axios": "0.14.0",
"babel-core": "6.9.1",
"babel-eslint": "6.0.4",
"babel-loader": "6.0.1",
"babel-plugin-react-transform": "2.0.2",
"babel-preset-es2015": "6.1.4",
"babel-preset-react": "6.1.4",
"babel-preset-stage-0": "6.5.0",
"classnames": "2.2.1",
"cross-env": "1.0.1",
"css-loader": "0.23.1",
"eslint": "2.9.0",
"eslint-plugin-babel": "3.2.0",
"eslint-plugin-react": "5.1.1",
"express": "4.13.3",
"extract-text-webpack-plugin": "1.0.1",
"node-sass": "3.9.3",
"nodemon": "1.10.0",
"normalize.css": "4.2.0",
"postcss-loader": "0.9.1",
"react": "15.3.1",
"react-addons-css-transition-group": "15.3.1",
"react-addons-update": "15.3.0",
"react-dom": "15.3.1",
"react-redux": "4.4.5",
"react-router": "2.6.1",
"react-toolbox": "1.1.1",
"react-transform-catch-errors": "1.0.0",
"react-transform-hmr": "1.0.1",
"redbox-react": "1.2.6",
"redux": "3.5.2",
"redux-logger": "2.6.1",
"redux-promise": "0.5.3",
"redux-thunk": "2.1.0",
"rimraf": "2.5.4",
"sass-lint": "1.9.1",
"sass-loader": "4.0.2",
"stats-webpack-plugin": "0.4.2",
"style-loader": "0.13.1",
"underscore": "1.8.3",
"webpack": "1.13.1",
"webpack-dev-middleware": "1.6.1",
"webpack-dev-server": "1.14.1",
"webpack-hot-middleware": "2.10.0"
}
}