forked from reactGo/reactGo
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
180 lines (180 loc) · 6.12 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"name": "@reactgo/cli",
"version": "3.5.12",
"description": "Your One-Stop solution for a full-stack app with ES6/ES2015 React.js featuring universal Redux, React Router, React Router Redux Hot reloading, CSS modules, Express 4.x, and multiple ORMs.",
"repository": "https://github.com/reactGo/reactGo",
"main": "compiled/server.js",
"scripts": {
"prepublishOnly": "tsc cli.ts --resolveJsonModule",
"sequelize": "sequelize",
"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",
"dev": "cross-env NODE_ENV=development nodemon",
"build:dev": "cross-env NODE_ENV=development npm run webpack -- --env server",
"build": "npm run clean && tsc && cross-env NODE_ENV=production npm run webpack -- --env browser && cross-env NODE_ENV=production npm run webpack -- --env server",
"webpack": "webpack --config ./webpack/webpack.config.ts",
"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"
},
"author": "Choon Ken Ding",
"contributors": [
{
"name": "Zero Cho"
}
],
"bin": {
"reactgo": "./cli.js"
},
"license": "MIT",
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.12.10",
"@emotion/babel-plugin": "^11.1.2",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"babel-jest": "^26.6.3",
"css-loader": "^5.0.1",
"eslint": "^7.15.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"expect": "^26.6.2",
"file-loader": "^6.2.0",
"jsdom": "^16.4.0",
"json-loader": "^0.5.4",
"mini-css-extract-plugin": "^1.3.3",
"mocha": "^8.2.1",
"nodemon": "^2.0.6",
"react-test-renderer": "^17.0.1",
"react-transform-catch-errors": "^1.0.2",
"redux-mock-store": "^1.5.4",
"sinon": "^9.2.2",
"source-map-support": "^0.5.19",
"style-loader": "^2.0.0",
"ts-node": "^9.1.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"webpack-dev-middleware": "^4.0.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-manifest-plugin": "^3.0.0"
},
"engines": {
"node": ">=10"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@babel/runtime": "^7.12.5",
"@emotion/cache": "^11.0.0",
"@emotion/react": "^11.1.2",
"@emotion/sheet": "^1.0.1",
"@emotion/styled": "^11.0.0",
"@emotion/utils": "^1.0.0",
"@hot-loader/react-dom": "^17.0.1",
"@reduxjs/toolkit": "^1.5.0",
"@types/bcryptjs": "^2.4.2",
"@types/compression": "^1.7.0",
"@types/connect-pg-simple": "^4.2.2",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.9",
"@types/express-flash": "0.0.2",
"@types/express-session": "^1.17.3",
"@types/hpp": "^0.2.1",
"@types/inquirer": "^7.3.1",
"@types/lodash": "^4.14.165",
"@types/method-override": "0.0.31",
"@types/mini-css-extract-plugin": "^1.2.2",
"@types/mongodb": "^3.6.3",
"@types/mongoose": "^5.10.3",
"@types/morgan": "^1.9.2",
"@types/node": "^14.14.13",
"@types/passport": "^1.0.3",
"@types/passport-google-oauth": "^1.0.41",
"@types/passport-local": "^1.0.33",
"@types/pg": "^7.14.7",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.0",
"@types/react-redux": "^7.1.12",
"@types/react-router": "^5.1.8",
"@types/react-router-config": "^5.0.1",
"@types/react-router-dom": "^5.1.6",
"@types/redux-logger": "^3.0.8",
"@types/serialize-javascript": "^5.0.0",
"@types/shelljs": "^0.8.8",
"@types/spark-md5": "^3.0.2",
"@types/uglifyjs-webpack-plugin": "^1.1.0",
"@types/validator": "^13.1.1",
"@types/webpack": "^4.41.25",
"@types/webpack-manifest-plugin": "^3.0.1",
"axios": "^0.21.0",
"babel-loader": "^8.2.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"classnames": "^2.2.3",
"commander": "^6.2.1",
"compression": "^1.7.4",
"connect-pg-simple": "^6.2.1",
"connect-session-sequelize": "^7.0.4",
"connected-react-router": "^6.8.0",
"cookie-parser": "^1.4.5",
"core-js": "^3.8.1",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"es6-promise": "^4.2.8",
"eslint-plugin-react-hooks": "^4.2.0",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "^1.17.1",
"helmet": "^4.2.0",
"history": "^4.10.1",
"hpp": "^0.2.3",
"immutable": "^4.0.0-rc.12",
"inquirer": "^7.3.3",
"lodash": "^4.17.20",
"method-override": "^3.0.0",
"mobx": "^6.0.4",
"mobx-react": "^7.0.5",
"mobx-react-router": "^4.1.0",
"mongoose": "^5.11.8",
"morgan": "^1.10.0",
"mysql2": "^2.2.5",
"passport": "^0.4.1",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"postcss-preset-env": "^6.7.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-hot-loader": "^4.13.0",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.1",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.7",
"rimraf": "^3.0.2",
"seamless-immutable": "^7.1.4",
"sequelize": "^6.3.5",
"sequelize-cli": "^6.2.0",
"serialize-javascript": "^5.0.1",
"shelljs": "^0.8.4",
"spark-md5": "^3.0.1",
"typescript": "^4.1.3",
"webpack": "^4.44.2",
"webpack-cli": "^4.2.0"
}
}