-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 933 Bytes
/
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
{
"name": "edna-task",
"version": "1.1.1",
"description": "yet another try to build damn app...",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack/webpack.config.js --open"
},
"author": "",
"license": "ISC",
"keywords": [],
"dependencies": {
"@babel/plugin-transform-runtime": "^7.22.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"styled-components": "^6.0.7"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"babel-loader": "^9.1.3",
"html-webpack-plugin": "^5.5.3",
"styled-components": "^6.0.7",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}