This repository has been archived on 2023-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
scripts-old/package.json

31 lines
745 B
JSON
Raw Normal View History

{
"name": "scripts",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:tribalwarshelp/scripts.git",
"author": "Kichiyaki <xyztojajestem@gmail.com>",
"license": "MIT",
"scripts": {
2020-07-30 10:47:11 +00:00
"build:tamper": "parcel build ./src/*.js --no-minify --no-source-maps",
"build:quickbar": "parcel build ./src/*.js --out-dir dist/quickbar --no-source-maps",
"build": "npm-run-all build:*"
},
"dependencies": {
2020-07-12 18:26:57 +00:00
"date-fns": "^2.14.0",
2020-07-23 14:26:51 +00:00
"date-fns-tz": "^1.0.10",
2020-07-24 12:09:33 +00:00
"lodash": "^4.17.19",
"parcel": "^1.12.4",
"validator": "^13.1.1"
},
"browserslist": [
"since 2017-06"
2020-07-30 10:47:11 +00:00
],
"devDependencies": {
2021-02-04 19:32:06 +00:00
"npm-run-all": "^4.1.5",
"pre-commit": "^1.2.2"
},
"pre-commit": [
"build"
]
}