Files
standardnotes-app-web/package.json
2019-11-06 13:21:46 -06:00

46 lines
1.3 KiB
JSON

{
"name": "standard-notes-web",
"version": "3.0.19",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/standardnotes/web"
},
"scripts": {
"build": "bundle install && npm install && grunt",
"submodules": "git submodule update --init --force --remote",
"test": "karma start karma.conf.js --single-run"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/runtime": "^7.6.3",
"angular": "1.7.8",
"babel-plugin-angularjs-annotate": "^0.10.0",
"chai": "^4.2.0",
"connect": "^3.7.0",
"grunt": "^1.0.4",
"grunt-angular-templates": "^1.2.0",
"grunt-babel": "^8.0.0",
"grunt-browserify": "^5.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-haml2html": "^0.3.1",
"grunt-newer": "^1.3.0",
"grunt-ng-constant": "^2.0.2",
"grunt-shell": "^3.0.1",
"mocha": "^6.2.2",
"serve-static": "^1.14.1",
"sn-stylekit": "2.0.16",
"snjs": "0.2.8",
"standard-file-js": "0.3.71"
}
}