fs-walle-react-ts/package.json

31 lines
876 B
JSON
Raw Normal View History

2017-06-12 08:46:08 +00:00
{
"name": "fs-walle-react-ts",
"version": "0.1.0",
"private": true,
"dependencies": {
2017-06-14 08:33:46 +00:00
"@blueprintjs/core": "^1.19.0",
"@blueprintjs/table": "^1.16.0",
"@types/es6-shim": "^0.31.34",
2017-06-12 08:46:08 +00:00
"@types/jest": "^19.2.4",
"@types/node": "^7.0.29",
2017-06-14 08:33:46 +00:00
"@types/pure-render-decorator": "^0.2.27",
2017-06-12 08:46:08 +00:00
"@types/react": "^15.0.27",
2017-06-14 08:33:46 +00:00
"@types/react-addons-css-transition-group": "^15.0.2",
2017-06-12 08:46:08 +00:00
"@types/react-dom": "^15.5.0",
2017-06-14 08:33:46 +00:00
"@types/react-transition-group": "^1.1.0",
2017-06-12 08:46:08 +00:00
"react": "^15.5.4",
2017-06-14 08:33:46 +00:00
"react-addons-css-transition-group": "^15.5.2",
"react-dom": "^15.5.4",
"react-transition-group": "^1.1.3"
2017-06-12 08:46:08 +00:00
},
"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"
}
}