-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1002 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
35
36
37
38
39
40
41
{
"name": "basic-react-scripts",
"version": "0.0.17",
"main": "index.js",
"author": "Sandro Motyl",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/smotyl/basic-react-scripts"
},
"bin": {
"basic-react-scripts": "index.js"
},
"scripts": {
"start": "node index.js start",
"build": "node index.js build",
"test": "echo test"
},
"dependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"babel-loader": "^8.2.2",
"child_process": "^1.0.2",
"choose-port": "^0.3.2",
"css-loader": "^5.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"open": "^8.0.4",
"style-loader": "^2.0.0",
"ts-loader": "^8.1.0",
"typescript": "^4.2.3",
"webpack": "^5.28.0",
"webpack-dev-server": "^3.11.2"
},
"devDependencies": {
"react": "^17.0.2"
}
}