Files
DataLogger-Generic/frontend/package.json
2018-05-22 13:07:25 -05:00

29 lines
785 B
JSON

{
"name": "lumberjack-reactjs",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"react-vis": "^1.7.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && cp -R build/* ~/go/src/github.com/Henry-Pump/lumberjack/html",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"compile-less": "grunt compile-less",
"watch-less": "grunt watch"
},
"devDependencies": {
"bootstrap": "^3.3.7",
"grunt": "^1.0.1",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-watch": "^1.0.0",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1"
}
}