forked from citizenos/citizenos-fe-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.86 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "citizenos-fe",
"version": "0.0.1",
"description": "Citizen OS is an e-decisionmaking platform for communities.",
"homepage": "https://citizenos.com",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/citizenos/citizenos-fe.git"
},
"scripts": {
"start": "node ./index.js",
"start-dev": "npm install && concurrently --kill-others \"npm start\" \"./node_modules/gulp/bin/gulp.js\"",
"dev": "npm install && concurrently --kill-others \"npm start\" \"./node_modules/gulp/bin/gulp.js\"",
"precommit": "./bin/hooks/no-unresolved-conflicts.sh",
"test": "NODE_ENV=test ./node_modules/.bin/mocha --expose-gc --async-only --check-leaks --trace-deprecation --reporter spec --no-exit --recursive --ui tdd test/"
},
"dependencies": {
"@sentry/browser": "https://registry.npmjs.org/@sentry/browser/-/browser-5.0.7.tgz",
"angular-datepicker": "^1.0.5",
"angular-moment": "^1.0.0",
"config": "2.0.1",
"express": "4.17.1",
"express-csp-header": "2.2.0",
"lodash": "4.17.15",
"moment": "2.24.0",
"prerender-node": "2.5.0"
},
"devDependencies": {
"chai": "4.2.0",
"concurrently": "2.2.0",
"gulp": "3.9.1",
"gulp-angular-templatecache": "2.0.0",
"gulp-batch": "1.0.5",
"gulp-cache-bust": "1.4.0",
"gulp-clean-css": "2.0.12",
"gulp-concat": "2.6.0",
"gulp-jshint": "2.1.0",
"gulp-plumber": "1.1.0",
"gulp-sass": "2.3.2",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "2.0.0",
"gulp-useref": "3.1.6",
"gulp-watch": "4.3.10",
"husky": "0.14.3",
"jshint": "2.10.2",
"jshint-stylish": "2.2.1",
"mocha": "6.2.2",
"run-sequence": "1.2.2"
},
"bugs": {
"url": "https://github.com/citizenos/citizenos-fe/issues"
},
"author": "",
"engines": {
"node": "10.13.0",
"npm": "6.4.1"
}
}