forked from mxenabled/mx-react-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.84 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
{
"name": "mx-react-components",
"version": "5.0.0-rc.55",
"description": "A collection of generic React UI components",
"main": "dist/Index.js",
"scripts": {
"release": "eslint src && babel src --out-dir dist",
"dev": "cd docs && yarn && open 'http://localhost:8080' && NODE_ENV=development webpack-dev-server --inline --hot --host 0.0.0.0",
"docs:release": "cd docs && rm -rf node_modules && yarn && NODE_ENV=production webpack --progress && git add -A && git commit -m \"Docs Version: $(node -p 'require(\"../package.json\").version')\"",
"test": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/moneydesktop/mx-react-components"
},
"keywords": [
"react",
"components",
"mx",
"UI",
"library"
],
"author": "MX",
"license": "MIT",
"bugs": {
"url": "https://github.com/moneydesktop/mx-react-components/issues"
},
"homepage": "http://moneydesktop.github.io/mx-react-components/",
"dependencies": {
"bowser": "^1.5.0",
"d3": "^3.5.6",
"lodash": "^4.6.1",
"moment": "^2.10.3",
"moment-timezone": "^0.5.4",
"numeral": "^1.5.3",
"radium": "^0.18.1",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"velocity-animate": "^1.2.3"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.0.0",
"babel-eslint": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-react": "^6.0.0",
"babel-preset-stage-0": "^6.22.0",
"eslint": "^2.10.0",
"eslint-config-mx": "^1.2.8",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^5.0.0",
"live-server": "^0.8.1",
"node-libs-browser": "^0.5.2",
"webpack": "^1.0.0",
"webpack-dev-server": "^1.16.2"
}
}