-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 946 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
{
"name": "introduction-to-web-development",
"version": "1.0.0",
"main": "index.js",
"private": true,
"repository": "[email protected]:thinc-org/introduction-to-web-development.git",
"author": "Saenyakorn Siangsanoh <[email protected]>",
"license": "MIT",
"workspaces": [
"examples/*",
"docs/*"
],
"engines": {
"node": ">=18.0.0"
},
"packageManager": "[email protected]",
"devDependencies": {
"@slidev/cli": "^0.46.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vue": "^9.19.2",
"typescript": "^5.3.3"
},
"volta": {
"node": "18.19.0",
"yarn": "1.22.10"
}
}