-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
165 lines (165 loc) · 5.29 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
{
"name": "reactjs-typescript-isomorphic-starterkit",
"version": "2.0.0",
"description": "A React.js typescript isomorphic template with Webpack and react-router",
"scripts": {
"test": "jest",
"clean": "node ./bin/clean.js",
"server": "node ./bin/server",
"build": "npm run clean && node ./bin/bundler/prod.js --json",
"deploy": "npm run build && npm run server",
"watch": "better-npm-run watch"
},
"betterScripts": {
"watch": {
"command": "npm run clean && node ./bin/bundler/dev.js && concurrent \"node ./bin/server/hotReload.js \" \"nodemon ./bin/server --watch dist -e js,jsx,ts,tsx,css\" --kill-others",
"env": {
"NODE_ENV": "development"
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayoubdev/reactjs-typescript-isomorphic-starterkit.git"
},
"bugs": {
"url": "https://github.com/ayoubdev/reactjs-typescript-isomorphic-starterkit/issues"
},
"author": "Raphael Jolivet <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@types/array-sort": "^1.0.0",
"@types/axios": "^0.14.0",
"@types/body-parser": "^1.17.0",
"@types/compression": "0.0.36",
"@types/cookie-parser": "^1.4.1",
"@types/date-fns": "^2.6.0",
"@types/dotenv": "^6.1.1",
"@types/es6-promise": "^3.3.0",
"@types/exceljs": "^0.5.2",
"@types/express": "^4.16.0",
"@types/history": "^4.6.0",
"@types/jest": "^23.3.9",
"@types/lodash": "^4.14.150",
"@types/mongodb": "^3.1.3",
"@types/morgan": "^1.7.35",
"@types/node": "^8.0.2",
"@types/node-uuid": "0.0.28",
"@types/object-assign": "^4.0.30",
"@types/prop-types": "^15.5.5",
"@types/query-string": "^6.1.0",
"@types/react": "16.4.2",
"@types/react-color": "^2.13.6",
"@types/react-dom": "^15.5.1",
"@types/react-helmet": "^5.0.7",
"@types/react-redux": "^4.4.45",
"@types/react-router": "^4.0.12",
"@types/react-router-dom": "^4.0.5",
"@types/redux-devtools": "^3.0.38",
"@types/redux-devtools-dock-monitor": "^1.1.31",
"@types/redux-devtools-log-monitor": "^1.0.31",
"@types/redux-saga": "^0.10.5",
"@types/request-promise-native": "^1.0.15",
"@types/reselect": "^2.2.0",
"@types/seamless-immutable": "^7.1.2",
"@types/shortid": "0.0.29",
"@types/uuid": "^3.4.4",
"babel-loader": "^8.0.6",
"babel-plugin-root-import": "^6.1.0",
"babel-plugin-transform-imports": "^1.5.1",
"babel-plugin-transform-semantic-ui-react-imports": "^1.4.1",
"concurrently": "^3.5.0",
"css-hot-loader": "^1.2.0",
"css-loader": "^0.28.4",
"del": "^3.0.0",
"express-logger": "0.0.3",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^1.1.11",
"fs": "0.0.2",
"install": "^0.12.1",
"jest": "^23.6.0",
"jest-environment-jsdom": "^23.4.0",
"jest-environment-jsdom-global": "^1.1.0",
"lodash": "^4.17.10",
"mini-css-extract-plugin": "^0.4.1",
"mongodb-memory-server": "^2.7.2",
"morgan": "^1.9.1",
"node-sass": "^4.14.1",
"nodemon": "^1.9.2",
"npm": "^6.14.5",
"null-loader": "^0.1.1",
"react-hot-loader": "^4.3.11",
"sass-loader": "^6.0.6",
"script-loader": "^0.7.2",
"style-loader": "^0.18.2",
"ts-jest": "^23.10.4",
"ts-loader": "^4.4.2",
"ts-node": "^7.0.1",
"typescript": "^2.4.0",
"webpack": "^4.16.5",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-dev-server": "^2.5.0",
"webpack-node-externals": "^1.7.2",
"webpack-stats-plugin": "^0.2.1"
},
"dependencies": {
"@types/bcrypt-nodejs": "0.0.30",
"@types/connect-mongo": "^3.1.3",
"@types/escape-html": "0.0.20",
"@types/express-flash": "0.0.2",
"@types/express-mung": "^0.5.0",
"@types/express-session": "^1.15.12",
"@types/html-to-text": "^5.1.0",
"@types/mongoose": "^5.5.3",
"@types/nodemailer": "^6.4.0",
"@types/passport": "^1.0.0",
"@types/passport-local": "^1.0.33",
"axios": "^0.18.0",
"bcrypt-nodejs": "0.0.3",
"better-npm-run": "^0.1.1",
"body-parser": "^1.18.3",
"browser-cookies": "^1.2.0",
"compression": "^1.6.2",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.3",
"date-fns": "^1.29.0",
"debounce": "^1.2.0",
"dotenv": "^6.0.0",
"es6-promise": "^4.2.5",
"escape-html": "^1.0.3",
"exceljs": "^1.6.0",
"express": "^4.14.0",
"express-flash": "0.0.2",
"express-mung": "^0.5.1",
"express-request-language": "^1.1.15",
"express-session": "^1.16.1",
"html-to-text": "^5.1.1",
"jsdom": "^11.12.0",
"jsdom-global": "^3.0.2",
"mongodb": "^3.1.1",
"mongoose": "^5.5.11",
"nodemailer": "^6.4.6",
"object-assign": "^4.1.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-color": "^2.14.1",
"react-dom": "^16.4.2",
"react-quill": "^1.3.1",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"redux": "^4.0.1",
"redux-seamless-immutable": "^0.4.0",
"rx-connect": "^0.6.1",
"seamless-immutable": "^7.1.3",
"semantic-ui-react": "^0.82.0",
"shortid": "^2.2.14",
"slugify": "^1.3.1",
"xss": "^1.0.3"
}
}