Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package.json #4

Open
jadenben01 opened this issue Apr 4, 2019 · 0 comments
Open

package.json #4

jadenben01 opened this issue Apr 4, 2019 · 0 comments

Comments

@jadenben01
Copy link
Owner

{
  "name": "ThreeSeconds",
  "version": "0.0.1",
  "description": "A tool for collect data from browser.",
  "main": "index.js",
  "scripts": {
    "build": "cross-env NODE_ENV=production PRODUCT='${PRODUCT}' MODULE='${MODULE}' webpack --config ./build/webpack.config.js",
    "dev": "cross-env NODE_ENV=development PRODUCT='${PRODUCT}' MODULE='${MODULE}' webpack --config ./build/webpack.config.js & http-server"
  },
  "author": "jaden.b",
  "devDependencies": {
    "cross-env": "^5.2.0",
    "html-webpack-plugin": "^3.2.0",
    "http-server": "^0.11.1",
    "uglifyjs-webpack-plugin": "^2.1.1",
    "webpack": "^4.16.5",
    "webpack-command": "^0.4.1"
  },
  "dependencies": {
    "auto-compute-first-screen-time": "^5.7.5",
    "fingerprintjs2": "^2.0.6",
    "nanoajax": "^0.4.3"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant