Make the "Running on.." string translatable and copy the extraction and conversion of JSX and PO files from Cockpit.
34 lines
879 B
JSON
34 lines
879 B
JSON
{
|
|
"name": "starter-kit",
|
|
"version": "0.1.0",
|
|
"description": "Scaffolding for a cockpit module",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:cockpit/starter-kit.git",
|
|
"author": "",
|
|
"license": "LGPL-2.1",
|
|
"scripts": {
|
|
"build": "webpack"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.25.0",
|
|
"babel-loader": "^7.0.0",
|
|
"babel-plugin-transform-react-jsx": "^6.24.1",
|
|
"babel-preset-env": "^1.5.2",
|
|
"chrome-remote-interface": "^0.25.5",
|
|
"compression-webpack-plugin": "~1.0.0",
|
|
"copy-webpack-plugin": "~3.0.1",
|
|
"eslint": "^3.0.0",
|
|
"eslint-loader": "~1.6.1",
|
|
"eslint-plugin-react": "~6.9.0",
|
|
"jed": "^1.1.1",
|
|
"jshint": "~2.9.1",
|
|
"jshint-loader": "~0.8.3",
|
|
"po2json": "^0.4.5",
|
|
"sizzle": "^2.3.3",
|
|
"stdio": "^0.2.7",
|
|
"webpack": "^2.6.1"
|
|
},
|
|
"dependencies": {
|
|
"react-lite": "0.15.30"
|
|
}
|
|
}
|