25 lines
608 B
JSON
25 lines
608 B
JSON
{
|
|
"name": "szurubooru",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node scripts/build-frontend.js",
|
|
"watch": "watch 'npm run build' static --wait=0 --ignoreDotFiles"
|
|
},
|
|
"dependencies": {
|
|
"browserify": "^13.0.0",
|
|
"camelcase-keys": "^2.1.0",
|
|
"csso": "^1.8.0",
|
|
"glob": "^7.0.3",
|
|
"handlebars": "^4.0.5",
|
|
"html-minifier": "^1.3.1",
|
|
"ini": "^1.3.4",
|
|
"js-cookie": "^2.1.0",
|
|
"merge": "^1.2.0",
|
|
"page": "^1.7.1",
|
|
"superagent": "^1.8.3",
|
|
"uglify-js": "git://github.com/mishoo/UglifyJS2.git#harmony"
|
|
},
|
|
"devDependencies": {
|
|
"watch": "latest"
|
|
}
|
|
}
|