-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.39 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.39 KB
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
46
47
48
49
50
51
52
53
{
"name": "@staffbase/create-staffbase-plugin",
"version": "1.0.14",
"license": "MIT",
"bin": {
"create-staffbase-plugin": "csss.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Staffbase/create-staffbase-plugin-nodejs.git"
},
"scripts": {
"test": "jest",
"buildDoc": "node scripts/genDoc",
"precommit": "npm run buildDoc && git add scaffoldTpl/views/index.html"
},
"yargs": {
"dot-notation": false,
"parse-numbers": true,
"boolean-negation": true
},
"resolutions": {
"lodash": "4.17.23"
},
"dependencies": {
"colors": "^1.4.0",
"filepath": "^1.1.0",
"fs-extra": "^11.3.4",
"is-relative": "^1.0.0",
"is-valid-path": "^0.1.1",
"prompt": "^1.0.0",
"validate-npm-package-name": "^7.0.2",
"yargs": "^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.28.6",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"eslint": "^9.39.2",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"highlight.js": "^11.11.1",
"husky": "^9.1.7",
"jest": "^30.2.0",
"markdown-it": "^14.1.1",
"marked": "^17.0.4",
"typescript": "^5.9.3"
}
}