-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
37 lines (37 loc) · 977 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
{
"name": "vrite",
"version": "0.4.4",
"license": "AGPL-3.0-only",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "dotenv -- turbo run build --env-mode=loose",
"publish": "turbo run publish",
"start": "dotenv -- turbo run start --env-mode=loose",
"dev": "dotenv -- turbo run dev --env-mode=loose",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-xtrict": "^3.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-solid": "^0.12.1",
"prettier": "^3.0.2",
"prettier-plugin-astro": "^0.11.0",
"turbo": "^2.0.3",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.14.1"
},
"dependencies": {
"dotenv-cli": "^7.2.1"
},
"packageManager": "[email protected]"
}