-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.1 KB
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
{
"name": "react-markup-components",
"version": "1.0.0",
"description": "Subcomponents for react-markup enterprise",
"main": "lib/index.js",
"scripts": {
"build": "./node_modules/babel-cli/bin/babel.js src --out-dir lib",
"lint": "eslint './src/**/*.js' --config ./node_modules/eslint-config-bi/index.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipostol/react-markup-components.git"
},
"keywords": [
"react-markup",
"components"
],
"author": "Postol Ivan",
"license": "ISC",
"bugs": {
"url": "https://github.com/ipostol/react-markup-components/issues"
},
"homepage": "https://github.com/ipostol/react-markup-components#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"eslint": "^3.13.1"
},
"dependencies": {
"material-ui": "^0.16.6",
"react-redux": "^5.0.4",
"redux": "^3.6.0"
},
"peerDependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1"
}
}