forked from Slowki/react-golden-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 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
{
"name": "react-golden-layout",
"version": "1.0.6",
"description": "A React wrapper around GoldenLayout.",
"main": "dist/index.js",
"homepage": "https://github.com/Slowki/react-golden-layout#readme",
"bugs": {
"url": "https://github.com/Slowki/react-golden-layout/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Slowki/react-golden-layout.git"
},
"scripts": {
"clean": "rm -rf dist",
"test": "flow",
"build": "babel src --out-dir dist",
"build:watch": "npm run build -- -w"
},
"files": [
"dist",
"src"
],
"keywords": [
"react",
"golden-layout",
"GoldenLayout"
],
"author": "Stephan Wolski",
"license": "MIT",
"dependencies": {
"golden-layout": "^1.5.9",
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"documentation": "^6.1.0",
"flow-bin": "^0.68.0"
}
}