This repository has been archived by the owner on Dec 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.26 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "rehace-github-magnolia",
"description": "ReHaCe - Github repository components as magnolia light module.",
"version": "0.2.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/burning-duck/rehace-github-magnolia.git"
},
"keywords": [
"magnolia-light-module",
"magnolia-component",
"cerebral",
"react"
],
"author": "burning-duck",
"contributors": [
"Peter Höffling",
"Jan Rösler"
],
"bugs": {
"url": "https://github.com/burning-duck/rehace-github-magnolia/issues"
},
"homepage": "https://github.com/burning-duck/rehace-github-magnolia",
"main": "./webresources/rehace-github-magnolia-bundle.js",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"cerebral": "2.0.0-b-alpha.133f9d17",
"cerebral-provider-http": "1.0.0-b-alpha.133f9d17",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^3.2.3",
"css-loader": "^0.27.1",
"eslint": "^3.17.1",
"eslint-config-standard": "^7.0.1",
"eslint-config-standard-react": "^4.3.0",
"eslint-loader": "^1.6.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.0",
"eslint-plugin-standard": "^2.1.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"npm-run-all": "^4.0.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-habitat": "^0.4.2",
"react-number-easing": "^0.0.4",
"rimraf": "^2.6.1",
"semantic-ui-css": "^2.2.9",
"semantic-ui-react": "^0.67.1",
"style-loader": "^0.13.2",
"webpack": "^2.2.1",
"webpack-livereload-plugin": "^0.10.0"
},
"scripts": {
"prepublishOnly": "npm-run-all build",
"test": "npm-run-all build",
"clean": "rimraf ./webresources",
"build": "npm-run-all clean lint build:webpack",
"start": "npm-run-all clean --parallel start:webpack",
"lint": "eslint _dev/src/**",
"build:webpack": "cross-env NODE_ENV=production webpack --optimize-minimize --config=_dev/webpack.config.js",
"start:webpack": "cross-env NODE_ENV=development webpack --config=_dev/webpack.config.js --watch"
},
"dependencies": {
"rehace": "^0.1.0"
}
}