-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.16 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
43
44
45
46
47
48
49
50
51
52
{
"name": "inf452a1",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hohoyourself/react-template.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hohoyourself/react-template/issues"
},
"homepage": "https://github.com/hohoyourself/react-template#readme",
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"chrome": "58",
"node": "10",
"opera": "50",
"edge": "15",
"safari": "11"
}
}
],
"@babel/preset-react"
]
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^9.1.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"jquery": "^3.3.1",
"popper.js": "^1.14.7",
"react": "^16.8.4",
"react-dom": "^16.8.4"
},
"description": ""
}