-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 911 Bytes
/
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
{
"name": "@gitobi/react-blank-component",
"version": "1.0.4",
"description": "Blank Component for React App. This is useful for mock, wireframing and creating a skeleton page.",
"main": "build/BlankComponent.js",
"scripts": {
"build": "babel src -d build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gitobi/react-blank-component.git"
},
"keywords": [
"react",
"skelton",
"blank",
"component"
],
"author": "deraru, TakuroOnoda",
"license": "MIT",
"bugs": {
"url": "https://github.com/gitobi/react-blank-component/issues"
},
"homepage": "https://github.com/gitobi/react-blank-component#readme",
"dependencies": {
"react": "^16.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1"
}
}