-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
49 lines (49 loc) · 1.13 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": "roc-package-webpack-dev",
"version": "1.1.0-alpha.0",
"description": "Package providing Webpack support for Roc (Development)",
"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [
"roc",
"roc-package",
"webpack",
"roc-dev"
],
"repository": "https://github.com/rocjs/extensions",
"author": "Schibsted",
"contributors": [
{
"name": "Gustaf Dalemar"
}
],
"license": "MIT",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"chalk": "~1.1.1",
"dev-ip": "~1.0.1",
"json-loader": "~0.5.3",
"lodash": "~4.5.1",
"mkdirp": "~0.5.1",
"multi-progress": "~2.0.0",
"node-watch": "~0.3.4",
"prettysize": "0.0.3",
"roc": "^1.0.0-rc.23",
"roc-abstract-package-base-dev": "^1.0.0",
"roc-plugin-babel": "^1.0.0",
"webpack": "~1.12.2",
"webpack-merge": "0.14.0"
},
"roc": {
"packages": [
"./lib/index.js"
]
}
}