-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.52 KB
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
55
56
57
58
59
60
61
62
63
{
"name": "easyjs-react-component-lib",
"version": "1.1.0",
"description": "Building React Component By Webpack",
"main": "dist/easy.js",
"module": "src/index.js",
"scripts": {
"clean": "easy clean",
"dev": "easy dev",
"start": "concurrently \"npm run dev\" \"npm run server\"",
"debug": "easy build test",
"build": "easy build",
"server": "easy server -p 5000 -i example/index.html",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/preset-react": "^7.9.4",
"easywebpack-cli": "^5.0.0",
"easywebpack-js": "^5.0.0-beta.1",
"eslint": "^4.5.0",
"eslint-config-eslint": "^4.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"keywords": [
"webpack lib",
"typescript lib"
],
"nyc": {
"exclude": [
"**/*.spec.js",
"test/*.test.js"
]
},
"files": [
"dist",
"src",
"README.md",
"babel.config.js",
"webpack.config.js",
"example/src",
"example/package.json",
"example/webpack.config.js",
".gitignore"
],
"ci": {
"version": "8, 10, 12"
},
"repository": {
"type": "git",
"url": "git+http://github.com/easy-team/easywebpack-awesome.git"
},
"homepage": "http://github.com/easy-team/easywebpack-awesome#readme",
"author": "hubcarl@126.com",
"dependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.20.5"
}
}