-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 801 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 801 Bytes
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
{
"name": "hello-world-from-devcontainer",
"version": "1.0.0",
"description": "Hello World from Devcontainer",
"scripts": {
"start": "react-scripts start"
},
"repository": {
"type": "git",
"url": "https://github.com/8pointers/hello-world-from-devcontainer.git"
},
"author": "Damjan Vujnovic",
"license": "UNLICENSED",
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/jest": "29.5.10",
"@types/node": "20.9.4",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"react-scripts": "5.0.1",
"typescript": "^4.9.5"
},
"babel": {
"presets": [
"babel-preset-react-app"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}