forked from FontoXML/dita-example-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1 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
{
"name": "dita-example-editor",
"version": "1.0.0",
"description": "Example DITA 1.3 editor serving as starting point for further development.",
"private": true,
"scripts": {
"start": "fdt editor run",
"postinstall": "fdt editor upgrade --non-interactive --version 8.11.0",
"lint": "eslint \"./packages/**/*.ts\" \"./packages/**/*.tsx\" \"./config/**/*.ts\""
},
"devDependencies": {
"@babel/eslint-plugin": "7.14.5",
"@fontoxml/eslint-config": "4.1.1",
"@types/chai": "4.2.19",
"@types/mocha": "8.2.2",
"@types/sinon": "10.0.2",
"@typescript-eslint/eslint-plugin": "4.28.0",
"eslint": "7.29.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-typescript": "2.4.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"prettier": "2.3.2",
"typescript": "4.3.4",
"typescript-strict-plugin": "2.1.0"
}
}