-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
{
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.4",
"@types/shelljs": "^0.8.15",
"typescript": "^5.3.3"
},
"dependencies": {
"@types/clear": "^0.1.4",
"clear": "^0.1.0",
"enquirer": "^2.4.1",
"fs-extra": "^11.2.0",
"shelljs": "^0.8.5",
"ts-node": "^10.9.2"
},
"name": "web-app-init",
"version": "1.1.0",
"description": "This is officially designed to install templates based on latest web technology!",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Deepumandal/react-webpack-configuration.git"
},
"keywords": [
"webpack",
"react",
"scss",
"react",
"react-dom",
"typescript",
"babel"
],
"author": "Deepak Mandal",
"license": "ISC",
"bugs": {
"url": "https://github.com/Deepumandal/react-webpack-configuration/issues"
},
"homepage": "https://github.com/Deepumandal/react-webpack-configuration#readme",
"bin": {
"web-app-init": "./index.js"
}
}