-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.51 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
53
54
{
"name": "react-browser-loader",
"version": "1.0.2",
"description": "在前端编译react多文件代码,包含插件机制,基于此定制开发专属你的前端物料平台",
"main": "dist/react-browser-loader.js",
"types": "types/main.d.ts",
"scripts": {
"dev": "npx webpack serve ",
"build": "npx webpack --env production build ",
"clean": "rm -rf build",
"test": "jest --env=jsdom --colors --coverage test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeryqwq/react-browser-loader.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jeryqwq/react-browser-loader/issues"
},
"homepage": "https://github.com/jeryqwq/react-browser-loader#readme",
"dependencies": {
"@babel/core": "7.17.8",
"@babel/plugin-transform-modules-commonjs": "^7.17.7",
"@babel/plugin-transform-modules-umd": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/jest": "^22.1.1",
"html-webpack-plugin": "^5.5.0",
"jest": "^22.4.4",
"process": "^0.11.10",
"rimraf": "^3.0.2",
"ts-jest": "^22.0.2",
"ts-loader": "^9.2.8",
"typescript": "^4.5.2",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true
}
}
}