-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
43 lines (43 loc) · 1.27 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
{
"name": "oskari.org",
"description": "Oskari map application framework's website",
"version": "0.1.0",
"dependencies": {
"express": "4.18.2",
"front-matter": "4.0.2",
"highlight.js": "11.4.0",
"jstransformer-markdown-it": "3.0.0",
"lodash": "4.17.21",
"marked": "4.0.10",
"navigo": "8.11.1",
"oskari-rpc": "2.1.0",
"pug": "3.0.2",
"static-asset": "0.6.0"
},
"devDependencies": {
"browserify": "^17.0.0",
"del": "6.0.0",
"gulp": "4.0.2",
"gulp-autoprefixer": "8.0.0",
"gulp-clean-css": "4.3.0",
"gulp-concat": "2.6.1",
"gulp-less": "4.0.1",
"gulp-livereload": "4.0.2",
"gulp-rename": "2.0.0",
"gulp-uglify": "^3.0.2",
"jsdoc": "3.6.11",
"plugin-error": "1.0.1",
"through2": "4.0.2",
"tiny-lr": "2.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"start": "node app.js",
"build": "./node_modules/.bin/gulp build",
"build-rpc": "./node_modules/.bin/gulp rpc-client",
"docs": "./node_modules/.bin/gulp oskari-api -$VERSION",
"postbuild": "./node_modules/.bin/gulp oskari-gallery",
"db": "java -jar ./schemaspy/schemaspy.jar -configFile ./schemaspy/conf.properties -dp ./schemaspy/postgresql-42.2.5.jar -o generated/db"
}
}