-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 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
{
"name": "fb-core",
"version": "1.0.27",
"description": "fb-core",
"main": "./dist/fb-core.js",
"scripts": {
"build": "node build/build.js",
"inspect": "node --inspect build/build.js",
"publish": "npm publish"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/lincong1987/fb-core/issues"
},
"homepage": "https://github.com/lincong1987/fb-core#readme",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/helper-module-imports": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"es3ify": "^0.2.2",
"esprima": "^4.0.1",
"jstransform": "^11.0.3",
"rollup": "^1.4.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-serve": "^1.0.1",
"uglify-es": "^3.3.9"
},
"dependencies": {
"dayjs": "^1.8.6",
"fb-polyfill": "^1.0.2",
"jquery": "1.12.4",
"lodash": "^4.17.15"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lincong1987/fb-core.git"
}
}