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
|
|
|
"@types/es6-shim": "^0.31.34",
|
2017-06-12 08:46:08 +00:00
|
|
|
"@types/jest": "^19.2.4",
|
2017-06-20 13:20:54 +00:00
|
|
|
"@types/lodash": "^4.14.66",
|
2017-06-12 08:46:08 +00:00
|
|
|
"@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-14 12:40:42 +00:00
|
|
|
"@types/xml2js": "0.0.33",
|
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",
|
2017-06-14 12:40:42 +00:00
|
|
|
"react-transition-group": "^1.1.3",
|
2017-06-20 13:20:54 +00:00
|
|
|
"reflexbox": "^3.0.0-0",
|
2017-06-15 12:57:15 +00:00
|
|
|
"semantic-ui-css": "^2.2.10",
|
|
|
|
|
"semantic-ui-react": "^0.68.5",
|
2017-06-14 12:40:42 +00:00
|
|
|
"xml2js": "^0.4.17",
|
|
|
|
|
"xml2js-xpath": "^0.8.0"
|
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"
|
|
|
|
|
}
|
|
|
|
|
}
|