-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.65 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "flex-native",
"version": "1.2.0",
"description": "适合ie9+的flex布局、 Flex layout patch for IE9 +",
"main": "dist/flex.native.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --env development --open --config webpack.dev.js",
"build": " webpack --env production --config webpack.prod.js"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"babel-loader": "^8.0.0-beta.0",
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robertpanvip/flex-native.git"
},
"browserslist": "> 5%, ie >= 9, chrome >= 62",
"author": "pan",
"license": "ISC",
"bugs": {
"url": "https://github.com/robertpanvip/flex-native/issues"
},
"keywords": [
"flex",
"display",
"direction",
"wrap",
"flow",
"justify",
"content",
"align",
"items",
"content",
"order",
"grow",
"shrink",
"basis",
"self",
"auto",
"start",
"end",
"center",
"baseline",
"stretch",
"space",
"between",
"around",
"polyfill",
"ie",
"internet",
"explorer",
"layout",
"ie9 flexlayout",
"ie9 flex布局"
],
"files": ["dist","README.md","README-zh_CN.md"],
"homepage": "https://github.com/robertpanvip/flex-native#readme",
"dependencies": {
"core-js": "^3.6.4"
}
}