mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-21 06:45:31 -06:00
27 lines
656 B
JSON
27 lines
656 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": "^2.0.0",
|
|
"react": "^16.3.2",
|
|
"react-redux": "^5.0.7",
|
|
"redux": "^4.0.0",
|
|
"redux-thunk": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.4",
|
|
"@babel/core": "^7.4.4",
|
|
"@babel/node": "^7.2.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.4",
|
|
"@babel/preset-env": "^7.4.4",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/preset-stage-0": "^7.0.0"
|
|
}
|
|
}
|