-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 965 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
{
"name": "make-react",
"version": "1.0.0",
"description": "编写一个React之前,我们需要制定一个目标,有了目标我们就能更清晰地step by step地完成自己的React~。",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "webpack serve",
"test": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/7zf001/make-react.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/7zf001/make-react/issues"
},
"homepage": "https://github.com/7zf001/make-react#readme",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@babel/plugin-transform-react-jsx": "^7.12.17",
"@babel/preset-env": "^7.13.8",
"babel-loader": "^8.2.2",
"jest": "^26.6.3",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
}
}