-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.44 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
{
"name": "fis3-cooker",
"version": "0.0.10",
"description": "FE cooker base on FIS3",
"homepage": "https://github.com/codering/fis3-cooker",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/codering/fis3-cooker.git"
},
"keywords": [
"fis3",
"fis3-cooker",
"es6",
"babel",
"react"
],
"author": "sloth",
"license": "MIT",
"bugs": {
"url": "https://github.com/codering/fis3-cooker/issues"
},
"dependencies": {
"babel-plugin-add-module-exports": "~0.2.1",
"babel-plugin-import": "~1.0.0",
"babel-plugin-react-intl": "~2.2.0",
"babel-plugin-transform-decorators-legacy": "~1.3.4",
"babel-plugin-transform-runtime": "~6.12.0",
"babel-preset-es2015-ie": "~6.6.2",
"babel-preset-react": "~6.11.1",
"babel-preset-stage-0": "~6.5.0",
"cooker-command-init": "~0.0.1",
"cooker-parser-babel": "~0.0.3",
"cooker-parser-less": "~0.0.1",
"cooker-postprocessor-es3ify": "~0.0.1",
"fis3-deploy-replace": "~1.0.2",
"fis3-deploy-skip-packed": "~0.0.5",
"fis3-hook-commonjs": "~0.1.25",
"fis3-hook-node_modules": "~2.2.7",
"fis3-packager-deps-pack": "~0.1.2",
"fis3-postpackager-loader": "~2.1.3",
"fis3-preprocessor-autoprefixer": "~0.1.0",
"fis3-preprocessor-js-require-css": "~0.1.0",
"fis3-preprocessor-js-require-file": "~0.1.0",
"jsx-control-statements": "~3.1.5"
},
"devDependencies": {},
"scripts": {}
}