-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·57 lines (57 loc) · 1.71 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
{
"name": "research-xbrl-frontend",
"version": "1.0.0",
"description": "財務情報分析画面",
"main": "server.js",
"author": "",
"repository": "ResearchXBRL.Frontend",
"scripts": {
"build": "webpack-cli ./src/app/app.tsx --config webpack-config.js",
"build:watch": "webpack-cli ./src/app/app.tsx --config webpack-config.js --watch --progress",
"build:production": "webpack-cli ./src/app/app.tsx --config webpack-config.production.js",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest -i --ci --runInBand"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3",
"@testing-library/user-event": "^12.0.11",
"@types/jest": "^26.0.3",
"@types/node": "^8.0.14",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/react-router-config": "^5.0.1",
"eslint": "^8.4.1",
"jest": "^26.1.0",
"jest-css-modules": "^2.1.0",
"jest-junit": "^13.0.0",
"ts-jest": "^26.1.1",
"express": "^4.17.1",
"path": "^0.12.7"
},
"dependencies": {
"acorn": "^8",
"sass": "^1.26.9",
"sass-loader": "^8.0.2",
"dayjs": "^1.10.7",
"typescript": "^3.9.6",
"webpack": "^5.65.0",
"chart.js": "^3.6.1",
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"react": "^16.13.1",
"react-chartjs-2": "^4.0.0",
"react-dom": "^16.13.1",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-select": "^5.2.1",
"style-loader": "^1.2.1",
"ts-loader": "^7.0.5",
"webpack-cli": "^4.9.1"
},
"license": "ISC",
"optionalDependencies": {
"fsevents": "^2.1.3"
}
}