forked from kusti8/proton-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.29 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
{
"name": "proton-native",
"version": "1.0.11",
"description": "React Native for the desktop, cross compatible",
"main": "bin/index.js",
"scripts": {
"demo": "./node_modules/.bin/babel-node Demo.js",
"notes": "./node_modules/.bin/babel-node examples/notes.js",
"prettier": "prettier --single-quote --trailing-comma es5 --write 'src/**/*.js'",
"build": "./node_modules/.bin/babel src -d bin",
"pub": "./node_modules/.bin/babel src -d bin && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kusti8/proton-native.git"
},
"author": "Gustav Hansen <[email protected]>",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/kusti8/proton-native/issues"
},
"homepage": "https://proton-native.js.org",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"color": "^3.0.0",
"fbjs": "^0.8.16",
"libui-node": "kusti8/libui-node",
"performance-now": "^2.1.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-reconciler": "^0.7.0"
},
"devDependencies": {
"prettier": "^1.10.2",
"react-devtools": "^3.0.0"
},
"files": [
"bin"
]
}