forked from lunarraid/react-pixi-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.28 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
{
"name": "react-pixi-layout",
"version": "0.2.1",
"description": "React Fiber renderer for pixi.js with flexbox layout",
"author": "lunarraid",
"license": "MIT",
"repository": "lunarraid/react-pixi-layout",
"main": "dist/index.js",
"scripts": {
"test": "CI=1 react-scripts test --env=jsdom",
"build": "rollup -c",
"start": "rollup -c -w",
"prepare": "npm run build",
"predeploy": "cd example && npm install && npm run build",
"deploy": "gh-pages -d example/build"
},
"dependencies": {
"typeflex": "0.0.1"
},
"peerDependencies": {
"pixi.js": "^5.2.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"@lunarraid/animated": "^0.2.3",
"pixi-text-input": "^1.0.5",
"react-reconciler": "0.21.0",
"babel-core": "^6.26.0",
"babel-eslint": "^10.0.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"gh-pages": "^2.1.1",
"rollup": "^1.32.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.3"
},
"files": [
"dist"
]
}