-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "react-without-cra",
"version": "1.0.0",
"description": "webpack-practice",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --port 3000 --open",
"build": "NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/car-ffeine/react-without-cra.git"
},
"author": "feb-dain",
"license": "ISC",
"bugs": {
"url": "https://github.com/car-ffeine/react-without-cra/issues"
},
"homepage": "https://github.com/car-ffeine/react-without-cra#readme",
"devDependencies": {
"@googlemaps/js-api-loader": "^1.16.2",
"@types/google.maps": "^3.53.4",
"@types/react-dom": "^18.2.6",
"css-loader": "^6.8.1",
"dotenv-webpack": "^8.0.1",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"ts-loader": "^9.4.4",
"typescript": "^5.1.5",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}