forked from fable-compiler/Fable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1011 Bytes
/
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
{
"private": true,
"scripts": {
"tsc": "tsc",
"tslint": "tslint",
"mocha": "mocha",
"webpack": "webpack"
},
"devDependencies": {
"@types/babel-core": "^6.7.15",
"@types/node": "^8.0.15",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-preset-babili": "^0.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-rollup": "^3.0.0",
"fable-loader": "file:./src/js/fable-loader",
"fable-splitter": "file:./src/js/fable-splitter",
"fable-utils": "file:./src/js/fable-utils",
"mocha": "^3.4.2",
"rollup": "^0.45.2",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-fable": "file:./src/js/rollup-plugin-fable",
"rollup-pluginutils": "^2.0.1",
"rollup-watch": "^4.3.1",
"tslint": "^5.5.0",
"typescript": "^2.4.2",
"webpack": "^3.3.0"
}
}