mirror of
https://github.com/cs01/gdbgui
synced 2024-11-17 07:48:57 +01:00
32 lines
658 B
JSON
32 lines
658 B
JSON
{
|
|
"name": "gdbgui",
|
|
"version": "0.1.0",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"build": "webpack -p",
|
|
"watch": "webpack --watch"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"es2015",
|
|
"react",
|
|
"stage-0"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"babel-eslint": "^8.0.0",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"eslint-loader": "^1.9.0",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"webpack": "^3.5.5"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"eslint": "^4.7.0",
|
|
"eslint-plugin-react": "^7.3.0"
|
|
}
|
|
}
|