This repository has been archived by the owner on Nov 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
136 lines (136 loc) · 5.19 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "UW-STF-Refresh",
"version": "2.0.0",
"description": "Full-stack webapp with universal React & Redux, Hot Reloading, Time Travel Debugging and Modular CSS. Featuring Ant Design, the UW Brand and integration with Shibboleth Auth w/ an alternative (Google OAuth) in development. Built with prime consideration for scalability, practicality and agile feature development.",
"repository": "https://github.com/RcKeller/STF-Refresh",
"main": "index.js",
"scripts": {
"lint": "eslint --ext .js,.jsx app server",
"lint:fix": "eslint --ext .js,.jsx app server --fix",
"clean": "rimraf public && rimraf compiled",
"start": "npm run build && cross-env NODE_ENV=production node compiled/server.js",
"stayAlive": "cross-env NODE_ENV=production forever start compiled/server.js",
"forever": "cross-env NODE_ENV=production forever start -a -o out.log -e err.log compiled/server.js",
"dev": "cross-env NODE_ENV=development nodemon",
"prod": "cross-env NODE_ENV=production nodemon",
"build:dev": "cross-env NODE_ENV=development npm run webpack -- --env.server",
"build": "npm run clean && cross-env NODE_ENV=production npm run webpack -- --env.browser && cross-env NODE_ENV=production npm run webpack -- --env.server",
"webpack": "webpack --colors --display-error-details --config ./webpack/webpack.config.js",
"test": "mocha ./app/tests/setup.js --compilers css:./app/tests/compilers/css ./app/**/*-test.js",
"test:watch": "mocha ./app/tests/setup.js --watch --compilers css:./app/tests/compilers/css ./app/**/*-test.js",
"component": "generact"
},
"author": "Ryan Keller",
"license": "Apache-2.0",
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-register": "^6.24.0",
"enzyme": "^2.8.0",
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"expect": "^1.15.2",
"extract-text-webpack-plugin": "^2.1.2",
"jsdom": "^9.12.0",
"mocha": "^3.2.0",
"nodemon": "^1.10.2",
"postcss-import": "^9.1.0",
"react-test-renderer": "^15.5.3",
"redux-mock-store": "1.2.2",
"sinon": "^2.1.0"
},
"engines": {
"node": ">=6.x"
},
"dependencies": {
"antd": "^3.4.1",
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-import": "^1.7.0",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.3.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"compression": "^1.6.2",
"config": "^1.26.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"cross-env": "^5.0.0",
"css-loader": "^0.28.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"express": "^4.15.2",
"express-flash": "0.0.2",
"express-restify-mongoose": "^4.2.1",
"express-session": "^1.15.2",
"faker": "^4.1.0",
"file-loader": "^0.11.1",
"fs": "^0.0.1-security",
"generact": "^0.1.1",
"helmet": "^3.5.0",
"json-loader": "^0.5.4",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"lodash": "^4.17.4",
"method-override": "^2.3.8",
"mongoose": "4.9.3",
"mongoose-autopopulate": "0.5.0",
"mongoose-autorefs": "1.0.5",
"morgan": "^1.8.2",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"passport-uwshib": "^0.1.2",
"pluralize": "^5.0.0",
"postcss-cssnext": "^2.11.0",
"postcss-loader": "^1.3.3",
"postcss-reporter": "^3.0.0",
"prop-types": "^15.6.0",
"rc-drawer-menu": "^0.5.7",
"react": "16",
"react-addons-test-utils": "^15.6.2",
"react-contextmenu": "^2.9.2",
"react-datasheet": "^1.3.2",
"react-dom": "16",
"react-helmet": "^5.0.2",
"react-json-view": "^1.16.1",
"react-redux": "^5.0.7",
"react-router": "3",
"react-router-redux": "^4.0.8",
"react-select": "^1.2.1",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"react-vis": "^1.8.3",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"redux-query": "^2.0.0",
"redux-responsive": "^4.3.6",
"redux-thunk": "^2.0.1",
"reselect": "^3.0.1",
"rimraf": "^2.6.1",
"serialize-javascript": "^1.4.0",
"slackbots": "^1.0.2",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"webpack": "3.0.0",
"webpack-dev-middleware": "1.11.0",
"webpack-hot-middleware": "^2.18.0",
"webpack-manifest-plugin": "^1.3.2",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.7.2"
}
}