zer0bin/frontend/package.json

34 lines
808 B
JSON
Raw Normal View History

{
2022-03-15 17:08:06 +00:00
"name": "zer0bin",
"source": "index.pug",
2022-04-04 17:42:04 +00:00
"version": "1.1.1",
2022-03-15 17:08:06 +00:00
"browserslist": "> 0.5%, last 2 versions, not dead",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
2022-03-15 17:08:06 +00:00
},
"devDependencies": {
2022-03-15 18:34:19 +00:00
"@types/core-js": "^2.5.5",
"@types/node": "^17.0.21",
"pug": "^3.0.2",
"sass": "^1.50.0",
"vite": "^2.9.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pug": "^0.3.1"
2022-03-15 17:08:06 +00:00
},
"description": "just a place to paste",
2022-03-23 22:34:35 +00:00
"repository": "https://github.com/zer0bin-dev/zer0bin",
2022-03-15 17:08:06 +00:00
"author": "Domterion, ThatOneCalculator",
"dependencies": {
"@ant-design/icons-svg": "^4.2.1",
"highlight.js": "^11.5.0",
2022-03-16 07:34:13 +00:00
"js-confetti": "^0.10.2",
2022-03-23 18:16:11 +00:00
"marked": "^4.0.12",
2022-03-22 16:46:25 +00:00
"no-darkreader": "^1.0.1",
2022-03-22 00:23:33 +00:00
"smooth-scrollbar": "^8.7.4",
"tippy.js": "^6.3.7"
2022-03-15 17:08:06 +00:00
}
2022-03-04 23:54:29 +00:00
}