mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-16 14:15:52 -06:00
32 lines
828 B
JSON
32 lines
828 B
JSON
{
|
|
"name": "calculator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "babel-node index.js",
|
|
"dev": "webpack --mode=development ",
|
|
"webpackRun": "babel-node dist/index.out.js",
|
|
"build": "babel index.js -d bin/"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"proton-native": "^2.0.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",
|
|
"babel-loader": "^8.0.6",
|
|
"react-devtools": "^4.0.0",
|
|
"webpack": "^4.41.5",
|
|
"webpack-cli": "^3.3.10",
|
|
"webpack-node-externals": "^1.7.2",
|
|
"ws": "^7.2.1"
|
|
}
|
|
}
|