mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-08-20 12:20:27 +08:00
Added dependencies for reading, traversing and converting AST
This commit is contained in:
+4
-1
@@ -40,7 +40,10 @@
|
||||
"react-webpack-template": "^0.3.0",
|
||||
"underscore.string": "^3.2.2",
|
||||
"yeoman-generator": "^0.21.0",
|
||||
"yeoman-welcome": "^1.0.1"
|
||||
"yeoman-welcome": "^1.0.1",
|
||||
"esprima": "^2.7.0" ,
|
||||
"esprima-walk": "^0.1.0" ,
|
||||
"escodegen": "^1.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^3.2.0",
|
||||
|
||||
Reference in New Issue
Block a user