-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.83 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
{
"name": "efit",
"version": "0.7.2",
"description": "易上手的前端构建工具,基于 fis3,面向业务项目和业务组件,支持simple、webpage、webapp、component四种模式。",
"main": "index.js",
"bin": {
"efit": "bin/efit"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "asoiso <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/efitjs/efit.git"
},
"bugs": {
"url": "https://github.com/efitjs/efit/issues"
},
"homepage": "https://github.com/efitjs/efit#readme",
"license": "ISC",
"dependencies": {
"babel-eslint": "7.2.3",
"eslint": "3.19.0",
"eslint-config-airbnb": "latest",
"eslint-config-standard": "10.2.1",
"eslint-plugin-babel": "4.0.0",
"eslint-plugin-import": "2.3.0",
"eslint-plugin-jsx-a11y": "5.0.3",
"eslint-plugin-node": "4.2.2",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-react": "7.0.1",
"eslint-plugin-standard": "3.0.1",
"fis-optimizer-clean-css": "0.0.12",
"fis-optimizer-html-minifier": "0.0.9",
"fis-optimizer-uglify-js": "0.2.2",
"fis-parser-babel-5.x": "1.4.0",
"fis3": "3.4.32",
"fis3-deploy-replace": "1.0.2",
"fis3-deploy-skip-packed": "0.0.5",
"fis3-hook-commonjs": "0.1.26",
"fis3-hook-node_modules": "2.2.8",
"fis3-hook-relative": "2.0.0",
"fis3-packager-deps-pack": "0.1.2",
"fis3-parser-less-2.x": "0.1.4",
"fis3-parser-rem": "0.1.5",
"fis3-parser-typescript": "1.1.4",
"fis3-postpackager-loader-sync": "2.1.5",
"fis3-postprocessor-autoprefixer": "1.0.0",
"fis3-preprocessor-js-require-css": "0.1.1",
"fis3-preprocessor-js-require-file": "0.1.3",
"liftoff": "2.1.0",
"minimist": "1.1.1",
"stylelint": "7.10.1",
"stylelint-config-standard": "16.0.0"
}
}