Permalink
Cannot retrieve contributors at this time
{ | |
"name": "radixmalorum", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"@fortawesome/fontawesome": "^1.1.1", | |
"@fortawesome/fontawesome-free-brands": "^5.0.3", | |
"@fortawesome/fontawesome-pro-light": "^5.0.3", | |
"@fortawesome/fontawesome-pro-regular": "^5.0.3", | |
"@fortawesome/fontawesome-pro-solid": "^5.0.3", | |
"@fortawesome/react-fontawesome": "^0.0.17", | |
"classnames": "^2.2.5", | |
"node-sass-chokidar": "^0.0.3", | |
"npm-run-all": "^4.1.2", | |
"prop-types": "^15.6.0", | |
"react": "^16.2.0", | |
"react-dom": "^16.2.0", | |
"react-router": "^4.2.0", | |
"react-router-dom": "^4.2.2", | |
"react-scripts": "1.0.17" | |
}, | |
"scripts": { | |
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/", | |
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive", | |
"start-js": "react-scripts start", | |
"start": "npm-run-all -p watch-css start-js", | |
"build-js": "react-scripts build", | |
"build": "npm-run-all build-css build-js", | |
"test": "react-scripts test --env=jsdom", | |
"eject": "react-scripts eject" | |
} | |
} |