-
Dorian Goepp authoredDorian Goepp authored
This project manages its dependencies using npm.
Learn more
package.json 943 B
{
"name": "test-flexlayout",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.0.0",
"@types/d3-array": "^1.2.6",
"@types/roslib": "^0.18.3",
"d3": "^5.8.0",
"d3-scale": "^2.2.2",
"flexlayout-react": "^0.3.3",
"lodash": "^4.17.11",
"mobx": "^5.9.0",
"mobx-react": "^5.4.3",
"prop-types": "^15.7.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-numeric-input": "^2.2.3",
"react-scripts": "^2.1.8",
"react-sizeme": "^2.5.2",
"roslib": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"peerDependencies": {
"prop-types": "^15.0.0-0"
},
"devDependencies": {}
}