2016-03-19 21:37:04 +01:00
|
|
|
{
|
|
|
|
"name": "szurubooru",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2016-04-01 18:45:25 +02:00
|
|
|
"build": "node build.js",
|
2021-05-14 16:39:40 +02:00
|
|
|
"watch": "node build.js --watch"
|
2016-03-19 21:37:04 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-12-18 23:59:09 +01:00
|
|
|
"dompurify": "^2.0.17",
|
2018-07-06 22:02:48 +02:00
|
|
|
"font-awesome": "^4.7.0",
|
2018-04-05 19:40:53 +02:00
|
|
|
"ios-inner-height": "^1.0.3",
|
2018-01-06 21:35:33 +01:00
|
|
|
"js-cookie": "^2.2.0",
|
2022-01-15 02:05:54 +01:00
|
|
|
"marked": "^4.0.10",
|
2018-07-06 22:02:48 +02:00
|
|
|
"mousetrap": "^1.6.2",
|
2016-05-08 18:57:55 +02:00
|
|
|
"nprogress": "^0.2.0",
|
2018-07-06 22:02:48 +02:00
|
|
|
"superagent": "^3.8.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-core": "^6.26.3",
|
|
|
|
"babel-polyfill": "^6.26.0",
|
|
|
|
"babel-preset-env": "^1.7.0",
|
|
|
|
"babelify": "^8.0.0",
|
|
|
|
"browserify": "^16.2.2",
|
2021-05-14 16:39:40 +02:00
|
|
|
"chokidar": "^3.5.1",
|
2018-07-06 22:02:48 +02:00
|
|
|
"csso": "^3.5.1",
|
|
|
|
"glob": "^7.1.2",
|
|
|
|
"html-minifier": "^3.5.18",
|
2020-06-23 18:58:44 +02:00
|
|
|
"jimp": "^0.13.0",
|
2021-05-14 16:39:40 +02:00
|
|
|
"pretty-error": "^3.0.3",
|
2021-06-04 17:12:21 +02:00
|
|
|
"stylus": "^0.54.8",
|
2018-07-06 22:02:48 +02:00
|
|
|
"terser": "^3.7.7",
|
2021-05-14 16:40:46 +02:00
|
|
|
"underscore": "^1.12.1",
|
2021-05-14 16:39:40 +02:00
|
|
|
"watchify": "^4.0.0",
|
2021-06-01 16:57:29 +02:00
|
|
|
"ws": "^7.4.6"
|
2016-03-19 21:37:04 +01:00
|
|
|
}
|
|
|
|
}
|