Skip to content

Commit 714d9dc

Browse files
committed
Add dependencies
1 parent 70d5e11 commit 714d9dc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/cycle-scripts/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,16 @@
3030
"cycle-scripts": "./index.js"
3131
},
3232
"dependencies": {
33-
"babel-core": "^6.24.1",
34-
"babel-loader": "^6.4.1",
33+
"@webpack-blocks/babel6": "^0.4.1",
34+
"@webpack-blocks/dev-server2": "^0.4.0",
35+
"@webpack-blocks/tslint": "^0.4.0",
36+
"@webpack-blocks/typescript": "^0.4.0",
37+
"@webpack-blocks/webpack2": "^0.4.0",
3538
"babel-plugin-transform-object-rest-spread": "^6.23.0",
3639
"babel-plugin-transform-react-jsx": "^6.24.1",
3740
"babel-preset-env": "^1.3.3",
3841
"chalk": "^1.1.3",
42+
"copy-webpack-plugin": "^4.0.1",
3943
"cross-spawn": "^5.1.0",
4044
"fs-extra": "^2.1.2",
4145
"html-webpack-plugin": "^2.28.0",

0 commit comments

Comments
 (0)