non_npm_packages: 01fade/me-and-my-fb-data, package.json
This data as json
commit | contents | organization | path | repository |
---|---|---|---|---|
3e12ed1901b0e06b4d7e1fcc8d3bd718adb6947d | { "dependencies": { "gsap": "^1.19.1", "jquery": "^3.2.1", "leaflet": "^1.0.3", "linkifyjs": "^2.1.4", "lodash": "^4.17.4", "moment": "^2.18.1", "react": "^15.5.4", "react-dom": "^15.5.4", "react-router-dom": "^4.1.0" }, "devDependencies": { "node-sass": "^4.5.2", "npm-run-all": "^4.0.2", "react-scripts": "0.9.5" }, "name": "myfbdata", "private": true, "scripts": { "build": "npm run build-css && react-scripts build", "build-css": "node-sass src/style/ -o src/style/", "eject": "react-scripts eject", "start": "npm-run-all -p watch-css start-js", "start-js": "react-scripts start", "test": "react-scripts test --env=jsdom", "watch-css": "npm run build-css && node-sass src/style/ -o src/style/ --watch --recursive" }, "version": "0.1.0" } |
01fade | package.json | 01fade/me-and-my-fb-data |