Files
old-subtaskio/frontend/package.json

23 lines
630 B
JSON
Raw Normal View History

2018-04-07 16:26:28 +02:00
{
"name": "subtaskio",
"version": "0.1.0",
"private": true,
"dependencies": {
2018-04-09 08:48:37 +02:00
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
2018-04-07 16:26:28 +02:00
"node-sass-chokidar": "^1.2.2",
"react": "^16.3.1",
"react-dom": "^16.3.1",
2018-04-09 08:48:37 +02:00
"react-scripts": "1.1.4",
"react-test-renderer": "^16.3.1"
2018-04-07 16:26:28 +02:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"
}
}