Skip to content

Commit 5c7eb6d

Browse files
committed
chore: Modify package json description
1 parent 6844202 commit 5c7eb6d

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

package.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
{
2-
"name": "saic-web",
3-
"version": "1.0.0",
4-
"description": "Hanadal Admin Web",
2+
"name": "react-webpack-ts-boilerplate",
3+
"version": "0.0.1",
4+
"description": "It automatically builds a react, webpack, and ts working environment",
55
"main": "index.tsx",
66
"scripts": {
77
"dev": "webpack-dev-server --config config/webpack.dev.js",
88
"build": "webpack --config config/webpack.prod.js"
99
},
10-
"keywords": [],
11-
"author": "",
12-
"license": "ISC",
10+
"keywords": [
11+
"react",
12+
"typescript",
13+
"webpack",
14+
"airbnb",
15+
"yarn-berry",
16+
"prettier",
17+
"eslint"
18+
],
19+
"homepage": "https://github.com/vvs-kim/react_webpack_ts_boilerplate",
20+
"author": {
21+
"name": "Wooseok Kim"
22+
},
23+
"license": "",
1324
"dependencies": {
1425
"react": "^18.0.0",
1526
"react-dom": "^18.0.0",

0 commit comments

Comments
 (0)