-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.4 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
46
47
48
49
50
51
{
"name": "@staffbase/create-staffbase-plugin",
"version": "1.0.6",
"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
},
"dependencies": {
"colors": "^1.4.0",
"filepath": "^1.1.0",
"fs-extra": "^9.0.0",
"is-relative": "^1.0.0",
"is-valid-path": "^0.1.1",
"prompt": "^1.0.0",
"validate-npm-package-name": "^3.0.0",
"yargs": "^15.3.1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.0.0",
"@emotion/eslint-plugin": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-config-google": "^0.14.0",
"highlight.js": "^10.0.3",
"husky": "^4.2.5",
"jest": "^26.0.1",
"markdown-it": "^12.3.2",
"marked": "^4.0.10",
"typescript": "^4.9.5"
}
}