{ "name": "standard-notes-web", "version": "3.0.24", "license": "AGPL-3.0-or-later", "repository": { "type": "git", "url": "https://github.com/standardnotes/web" }, "scripts": { "start": "webpack --mode development -w", "bundle": "webpack --mode production", "build": "bundle install && npm install && npm run bundle", "submodules": "git submodule update --init --force --remote", "test": "karma start karma.conf.js --single-run" }, "devDependencies": { "@babel/cli": "^7.7.5", "@babel/core": "^7.7.5", "@babel/plugin-transform-runtime": "^7.7.6", "@babel/preset-env": "^7.7.6", "@babel/runtime": "^7.7.6", "angular": "1.7.9", "apply-loader": "^2.0.0", "babel-loader": "^8.0.6", "css-loader": "^3.3.2", "eslint": "^6.7.2", "eslint-config-prettier": "^6.7.0", "eslint-config-semistandard": "^15.0.0", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.19.1", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "file-loader": "^5.0.2", "mini-css-extract-plugin": "^0.8.0", "ng-cache-loader": "0.0.26", "node-sass": "^4.13.0", "pug": "^2.0.4", "pug-loader": "^2.4.0", "sass-loader": "^8.0.0", "babel-plugin-angularjs-annotate": "^0.10.0", "chai": "^4.2.0", "connect": "^3.7.0", "mocha": "^6.2.2", "serve-static": "^1.14.1", "sn-stylekit": "2.0.20", "snjs": "1.0.5", "webpack": "^4.41.3", "webpack-cli": "^3.3.10" }, "dependencies": { "lodash": "^4.17.15" } }