This repository has been archived by the owner on Dec 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
147 lines (147 loc) · 5.17 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
{
"name": "typescript-hapi-react-hot-loader-example",
"version": "2.0.0",
"description": "Simple React Hot Loading example with Hapi Server-side rendering",
"engines": {
"node": ">=10.11.0"
},
"scripts": {
"---------- HELPERS -----------------------------------------------------------------------------": "",
"clean": "rimraf dist",
"buildServer": "tsc -project tsconfig.server.json",
"watchServer": "tsc -watch -project tsconfig.server.json",
"removeAndBuildServer": "npm run clean && npm run buildServer",
"build": "npm run prod:build",
"start": "cross-env NODE_ENV=production node ./dist/server.js",
"---------- DEVELOPMENT -------------------------------------------------------------------------": "",
"predev": "npm run removeAndBuildServer",
"dev": "npm run watchServer & npm run devServer",
"devWindows": "concurrently --kill-others \"npm run watchServer\" \"npm run devServer\"",
"devServer": "cross-env NODE_ENV=staging nodemon ./dist/server.js",
"---------- LOCAL -----------------------------------------------------------------------------": "",
"prelocal": "npm run removeAndBuildServer",
"local": "npm run watchServer & npm run localServer",
"localServer": "cross-env NODE_ENV=local nodemon ./dist/server.js",
"---------- PRODUCTION --------------------------------------------------------------------------": "",
"preprod:build": "npm run removeAndBuildServer",
"prod:build": "cross-env NODE_ENV=production webpack",
"prod": "npm run prod:build && npm run start",
"---------- TESTING -----------------------------------------------------------------------------": "",
"test": "npm run lint && npm run unit",
"lint": "tslint 'src/**/*.ts{,x}' --exclude 'src/typings.d.ts'",
"unit": "jest",
"------------------------------------------------------------------------------------------------": ""
},
"dependencies": {
"axios": "0.18.0",
"babel-polyfill": "6.26.0",
"bootstrap": "4.3.1",
"classnames": "2.2.6",
"connected-react-router": "5.0.1",
"fetch-everywhere": "1.0.5",
"form2js": "1.0.0",
"hapi": "17.8.1",
"hapi-webpack-plugin": "3.0.0",
"history": "4.7.2",
"inert": "5.1.2",
"module-alias": "2.1.0",
"node-notifier": "5.3.0",
"prop-types": "15.6.2",
"react": "16.7.0",
"react-async-bootstrapper": "2.1.1",
"react-async-component": "2.0.0",
"react-dom": "16.7.0",
"react-hot-loader": "4.6.3",
"react-redux": "5.1.1",
"react-router-dom": "4.3.1",
"redux": "4.0.1",
"redux-devtools-extension": "2.13.7",
"redux-form": "7.4.2",
"redux-saga": "0.16.2",
"serialize-javascript": "1.6.1",
"sjs-base-model": "1.5.2",
"webpack": "4.28.3"
},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.2.3",
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-runtime": "7.2.0",
"@babel/polyfill": "7.2.5",
"@babel/preset-env": "7.2.3",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.1.0",
"@types/axios": "0.14.0",
"@types/classnames": "2.2.6",
"@types/hapi": "17.8.0",
"@types/inert": "5.1.2",
"@types/jest": "23.3.10",
"@types/module-alias": "2.0.0",
"@types/node": "10.12.18",
"@types/node-notifier": "0.0.28",
"@types/prop-types": "15.5.8",
"@types/react": "16.7.11",
"@types/react-dom": "16.0.11",
"@types/react-redux": "6.0.11",
"@types/react-router-dom": "4.3.1",
"@types/redux": "3.6.0",
"@types/redux-form": "7.4.13",
"@types/serialize-javascript": "1.5.0",
"@types/webpack": "4.4.22",
"@types/webpack-env": "1.13.6",
"autoprefixer": "9.4.3",
"babel-loader": "8.0.4",
"babel-plugin-transform-react-remove-prop-types": "0.4.21",
"concurrently": "4.1.0",
"copy-webpack-plugin": "4.6.0",
"cross-env": "5.2.0",
"css-hot-loader": "1.4.3",
"css-loader": "2.1.0",
"fork-ts-checker-webpack-plugin": "0.5.2",
"html-webpack-harddisk-plugin": "1.0.1",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "0.5.0",
"node-sass": "4.11.0",
"nodemon": "1.18.9",
"postcss-loader": "3.0.0",
"redux-freeze": "0.1.7",
"rimraf": "2.6.2",
"robotstxt-webpack-plugin": "4.0.1",
"sass-loader": "7.1.0",
"source-map-explorer": "1.6.0",
"stylelint": "9.9.0",
"stylelint-config-standard": "18.2.0",
"stylelint-order": "2.0.0",
"tslib": "1.9.3",
"tslint": "5.12.0",
"tslint-react": "3.6.0",
"typescript": "3.2.2",
"webpack-bundle-analyzer": "3.0.3",
"webpack-cli": "3.1.2",
"webpack-dev-server": "3.1.14",
"webpack-env": "0.8.0",
"webpack-hot-middleware": "2.24.3",
"webpack-simple-progress-plugin": "0.0.4",
"write-file-webpack-plugin": "4.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/codeBelt/typescript-hapi-react-hot-loader-example"
},
"keywords": [
"hapi",
"react",
"reactjs",
"boilerplate",
"hot",
"reload",
"hmr",
"live",
"edit",
"webpack"
],
"author": "codeBelt",
"license": "MIT"
}