-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
39
40
41
42
43
44
45
{
"name": "v-ed-fullstacked-workspace",
"author": "Guillaume Marcoux",
"private": true,
"license": "MIT",
"engines": {
"node": ">=22.0.0",
"npm": ">=8.1.0"
},
"workspaces": [
"./api",
"./client"
],
"scripts": {
"init": "tsx ./scripts/init.ts",
"init:name": "tsx ./scripts/project-name.ts"
},
"prettier": "@v-ed/prettier-config/svelte.cjs",
"stylelint": {
"extends": [
"@v-ed/stylelint-config"
]
},
"devDependencies": {
"@parcel/watcher": "2.4.0",
"@types/node": "22.10.2",
"@v-ed/eslint-config": "0.2.3",
"@v-ed/prettier-config": "0.3.0",
"@v-ed/stylelint-config": "0.2.4",
"@v-ed/tsconfig": "0.4.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-svelte": "2.46.1",
"npm-run-all": "4.1.5",
"prettier": "3.2.5",
"replace-in-file": "7.1.0",
"stylelint": "16.2.1",
"svelte": "4.2.11",
"svelte2tsx": "0.7.1",
"tslib": "2.6.2",
"tsx": "4.7.1",
"typescript": "5.3.3"
}
}