UNPKG

909 BJSONView Raw
1{
2 "name": "rax-webpack-plugin",
3 "version": "0.4.14",
4 "description": "Webpack plugin for Rax framework.",
5 "license": "BSD-3-Clause",
6 "main": "lib/index.js",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/alibaba/rax.git"
10 },
11 "bugs": {
12 "url": "https://github.com/alibaba/rax/issues"
13 },
14 "homepage": "https://github.com/alibaba/rax#readme",
15 "engines": {
16 "npm": ">=3.0.0"
17 },
18 "devDependencies": {
19 "rimraf": "^2.6.1",
20 "webpack": "^3.0.0"
21 },
22 "peerDependencies": {
23 "webpack": "^1.x.x || ^2.x.x || ^3.x.x"
24 },
25 "dependencies": {
26 "babel-code-frame": "^6.22.0",
27 "babel-generator": "^6.19.0",
28 "babel-traverse": "^6.19.0",
29 "babel-types": "^6.19.0",
30 "babylon": "^6.14.1",
31 "find-root": "^1.0.0",
32 "loader-utils": "^0.2.16",
33 "lodash.clonedeep": "^4.5.0",
34 "source-map": "^0.5.6",
35 "webpack-sources": "^0.1.4"
36 }
37}