mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-17 14:15:53 -06:00
24 lines
540 B
JSON
24 lines
540 B
JSON
{
|
|
"name": "CatApi",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "babel-node index.js",
|
|
"build": "babel index.js -d bin/index.js"
|
|
},
|
|
"dependencies": {
|
|
"node-fetch": "^2.1.2",
|
|
"opn": "^5.3.0",
|
|
"proton-native": "^1.1.3",
|
|
"react": "^16.3.2",
|
|
"react-redux": "^5.0.7",
|
|
"redux": "^4.0.0",
|
|
"redux-thunk": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-0": "^6.24.1"
|
|
}
|
|
}
|