78 lines
2.8 KiB
JSON
78 lines
2.8 KiB
JSON
{
|
|
"name": "standard-notes-web",
|
|
"version": "3.5.2",
|
|
"license": "AGPL-3.0-or-later",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/standardnotes/web"
|
|
},
|
|
"scripts": {
|
|
"setup": "npm run submodules && npm install",
|
|
"start": "webpack-dev-server --progress --config webpack.dev.js",
|
|
"watch": "webpack -w --config webpack.dev.js",
|
|
"watch:desktop": "webpack -w --config webpack.dev.js --env.platform='desktop'",
|
|
"bundle": "webpack --config webpack.prod.js && npm run tsc",
|
|
"bundle:desktop": "webpack --config webpack.prod.js --env.platform='desktop'",
|
|
"bundle:desktop:beta": "webpack --config webpack.prod.js --env.platform='desktop' --env.public_beta='true'",
|
|
"build": "bundle install && npm ci && bundle exec rails assets:precompile && npm run bundle",
|
|
"submodules": "git submodule update --init --force",
|
|
"lint": "eslint --fix app/assets/javascripts/**/*.js",
|
|
"tsc": "tsc --project app/assets/javascripts/tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.10.5",
|
|
"@babel/core": "^7.11.1",
|
|
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
|
"@babel/preset-env": "^7.11.0",
|
|
"@babel/preset-typescript": "^7.10.4",
|
|
"@types/angular": "^1.7.0",
|
|
"@types/chai": "^4.2.11",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/mocha": "^7.0.2",
|
|
"@types/pug": "^2.0.4",
|
|
"@typescript-eslint/eslint-plugin": "^2.23.0",
|
|
"@typescript-eslint/parser": "^2.23.0",
|
|
"angular": "1.8.0",
|
|
"apply-loader": "^2.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-plugin-angularjs-annotate": "^0.10.0",
|
|
"chai": "^4.2.0",
|
|
"connect": "^3.7.0",
|
|
"css-loader": "^3.4.2",
|
|
"dotenv": "^8.2.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.10.0",
|
|
"eslint-config-semistandard": "^15.0.0",
|
|
"eslint-config-standard": "^14.1.0",
|
|
"eslint-plugin-import": "^2.20.1",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"file-loader": "^5.1.0",
|
|
"html-webpack-plugin": "^4.3.0",
|
|
"lodash": "^4.17.19",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"mocha": "^7.1.0",
|
|
"ng-cache-loader": "0.0.26",
|
|
"node-sass": "^4.14.1",
|
|
"pug": "^2.0.4",
|
|
"pug-loader": "^2.4.0",
|
|
"sass-loader": "^8.0.2",
|
|
"serve-static": "^1.14.1",
|
|
"sn-stylekit": "2.1.0",
|
|
"ts-loader": "^8.0.2",
|
|
"typescript": "^3.9.7",
|
|
"typescript-eslint": "0.0.1-alpha.0",
|
|
"webpack": "^4.44.1",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-server": "^3.11.0",
|
|
"webpack-merge": "^4.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@bugsnag/js": "^7.5.1",
|
|
"mobx": "^6.0.1",
|
|
"sncrypto": "github:standardnotes/sncrypto#8794c88daa967eaae493cd5fdec7506d52b257ad",
|
|
"snjs": "github:standardnotes/snjs#5757198630342821fdb0e8133b1597a39e0502ad"
|
|
}
|
|
}
|