-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 931 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 931 Bytes
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
{
"name": "intelligent-forms",
"version": "1.0.0",
"description": "intelligent-forms",
"scripts": {
"deploy": "gh-pages -d dist -e reusable-form"
},
"repository": {
"type": "git"
},
"author": "intelligentRaji",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.39.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"gh-pages": "^5.0.0",
"prettier": "^2.8.4",
"typescript": "^5.4.2"
},
"type": "module",
"dependencies": {
"tsx": "^4.10.0"
},
"workspaces": [
"packages/*"
]
}