Skip to content

Commit c0ab88b

Browse files
handing over
Updated the redux_template.
1 parent d0f898f commit c0ab88b

35 files changed

Lines changed: 13725 additions & 8306 deletions
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// IntelliSense を使用して利用可能な属性を学べます。
3+
// 既存の属性の説明をホバーして表示します。
4+
// 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "chrome",
9+
"request": "launch",
10+
"name": "Launch Chrome against localhost",
11+
"url": "http://localhost:3000",
12+
"webRoot": "${workspaceFolder}"
13+
}
14+
]
15+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npm i
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npm start
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npm run build
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
xcopy /E /Y "build" "..\..\..\..\HOST\dotnet\FrontendHost\wwwroot\"

UI/SPA/React/redux_template/package-lock.json

Lines changed: 11804 additions & 8049 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UI/SPA/React/redux_template/package.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"css-loader": "0.28.4",
6+
"crypto": "^1.0.1",
7+
"css-loader": "^3.4.2",
78
"domain-task": "^3.0.3",
89
"event-source-polyfill": "0.0.9",
910
"file-loader": "0.11.2",
@@ -18,7 +19,7 @@
1819
"react-redux": "^5.0.7",
1920
"react-router-dom": "4.1.1",
2021
"react-router-redux": "^4.0.8",
21-
"react-scripts": "^1.1.5",
22+
"react-scripts": "^3.3.1",
2223
"redux": "^4.0.0",
2324
"redux-logger": "^3.0.6",
2425
"redux-thunk": "^2.3.0",
@@ -30,5 +31,17 @@
3031
"build": "react-scripts build",
3132
"test": "react-scripts test --env=jsdom",
3233
"eject": "react-scripts eject"
34+
},
35+
"browserslist": {
36+
"production": [
37+
">0.2%",
38+
"not dead",
39+
"not op_mini all"
40+
],
41+
"development": [
42+
"last 1 chrome version",
43+
"last 1 firefox version",
44+
"last 1 safari version"
45+
]
3346
}
3447
}

0 commit comments

Comments
 (0)