fs-walle-react-ts/package.json

34 lines
962 B
JSON

{
"name": "fs-walle-react-ts",
"version": "0.1.0",
"private": true,
"dependencies": {
"@blueprintjs/core": "^1.19.0",
"@blueprintjs/table": "^1.16.0",
"@types/es6-shim": "^0.31.34",
"@types/jest": "^19.2.4",
"@types/node": "^7.0.29",
"@types/pure-render-decorator": "^0.2.27",
"@types/react": "^15.0.27",
"@types/react-addons-css-transition-group": "^15.0.2",
"@types/react-dom": "^15.5.0",
"@types/react-transition-group": "^1.1.0",
"@types/xml2js": "0.0.33",
"react": "^15.5.4",
"react-addons-css-transition-group": "^15.5.2",
"react-dom": "^15.5.4",
"react-transition-group": "^1.1.3",
"xml2js": "^0.4.17",
"xml2js-xpath": "^0.8.0"
},
"devDependencies": {
"react-scripts-ts": "2.2.0"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
}
}