-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.38 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
{
"name": "distance-between-dates-calculator",
"version": "0.1.0",
"description": "Distance between dates calculator",
"homepage": "https://github.com/renoirb/evenements-entre-deux-dates/tree/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/renoirb/evenements-entre-deux-dates.git",
"directory": "packages/tuples-boolean-bitmasker"
},
"license": "MIT",
"author": {
"name": "Renoir Boulanger",
"email": "[email protected]"
},
"scripts": {
"build": "vite build",
"dev": "vite",
"fix": "use-run-all fix:*",
"fix:prettier": "use-cross-env conventions-code-formatter prettier '**/*.{vue,ts,json}' --write",
"fix:sort-package-json": "use-cross-env conventions-code-formatter sort-package-json",
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('pnpm') === -1) throw new Error('Dependencies must be installed with PNPM: https://pnpm.js.org/')\"",
"prepublishOnly": "use-run-all lint fix build"
},
"prettier": "@renoirb/conventions-use-prettier",
"dependencies": {
"luxon": "^2.3.0"
},
"devDependencies": {
"@renoirb/conventions-code-formatter": "^1.3.0",
"@renoirb/conventions-use-prettier": "^1.3.0",
"@renoirb/tools-bundling-helpers": "^1.2.1",
"@types/luxon": "^1.24.0",
"@vue/compiler-sfc": "^3.0.0-rc.1",
"vite": "^1.0.0-rc.1",
"vue": "^3.0.0-rc.1"
}
}