-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
39 lines (39 loc) · 875 Bytes
/
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
39
{
"name": "datagovmy-front",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*",
"lambda/*",
"tests/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"e2e:test": "turbo run e2e:test",
"prepare": "husky install",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"lint-staged": {
"*.{js,ts,tsx,css,md}": "prettier --write"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint-config-datagovmy": "*",
"husky": ">=6",
"inquirer-recursive": "^0.0.7",
"lint-staged": ">=10",
"plop": "^3.1.2",
"postcss": "^8.4.31",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.1",
"turbo": "^1.10.2",
"typescript": "^5.1.3"
},
"engines": {
"node": ">=14.0.0"
},
"packageManager": "[email protected]"
}