-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
91 lines (91 loc) · 2.77 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
{
"name": "pisignage-pager",
"version": "0.1.0",
"description": "Token Management and Paging Client for piSignage",
"main": "index.js",
"author": "Colloqi <[email protected]> (https://pisignage.com)",
"license": "",
"homepage": "",
"repository": {
"type": "git",
"url": "git+https://github.com/colloqi/pisignage-pager.git"
},
"dependencies": {
"babel-polyfill": "^6.9.1",
"compression": "^1.6.2",
"es6-promise": "^3.2.1",
"express": "^4.14.0",
"history": "^3.0.0",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"jade": "^1.11.0",
"localforage": "^1.4.2",
"lodash": "^4.13.1",
"material-ui": "^0.15.1",
"react": "^15.1.0",
"react-addons-pure-render-mixin": "^15.1.0",
"react-dom": "^15.1.0",
"react-motion": "^0.4.4",
"react-redux": "^4.4.5",
"react-router": "^2.5.1",
"react-router-redux": "^4.0.5",
"react-swipeable": "^3.5.0",
"react-swipeable-views": "^0.6.2",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.5.2",
"redux-localstorage": "^0.4.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0",
"run-sequence": "^1.2.1",
"sass-loader": "^3.2.2",
"sw-toolbox": "^3.2.1"
},
"engines": {
"node": ">=0.12.7"
},
"scripts": {
"deploy": "gh-pages -d build",
"stats": "webpack --profile --json > stats.json",
"build": "NODE_ENV=production webpack --config ./webpack.production.config.js --progress",
"server": "NODE_ENV=production node server/index.js",
"start": "webpack-dev-server --progress"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"clean-webpack-plugin": "^0.1.9",
"copy-webpack-plugin": "^3.0.1",
"cross-env": "^1.0.8",
"css-loader": "^0.23.1",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-react": "^5.2.2",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.21.0",
"node-sass": "^3.8.0",
"nodemon": "^1.9.2",
"npm-install-webpack-plugin": "^4.0.3",
"on-build-webpack": "^0.1.0",
"react-transform-hmr": "^1.0.4",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"redux-logger": "^2.6.1",
"rimraf": "^2.5.2",
"sass-loader": "^3.2.2",
"style-loader": "^0.13.1",
"sw-precache": "^3.2.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}