-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"name": "zengin-code.github.io",
"version": "1.0.0",
"description": "https://zengin-code.github.io/",
"main": "dist/index.html",
"repository": "[email protected]:zengin-code/zengin-code.github.io.git",
"author": "Sho Kusano <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"build": "webpack",
"serve": "webpack serve"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"bulma": "^0.9.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-fluid-table": "^0.4.2",
"tslib": "^2.0.3",
"use-http": "^1.0.26"
},
"devDependencies": {
"@types/node": "^16.0.0",
"@types/react": "^16.0.0",
"@types/react-dom": "^16.0.0",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^6.4.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"json-loader": "^0.5.7",
"sass": "^1.30.0",
"sass-loader": "^12.0.0",
"style-loader": "^3.0.0",
"terser-webpack-plugin": "^5.0.3",
"ts-loader": "^9.0.0",
"typescript": "^4.1.3",
"webpack": "^5.10.1",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^4.3.0"
}
}