-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.5 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
{
"name": "@matterway/yti",
"version": "0.1.0",
"private": true,
"dependencies": {
"@matterway/background-react": "^10.0.0",
"@matterway/sdk": "^0.69.4",
"@matterway/skill-scripts": "^10.0.6-stable",
"@matterway/types": "^10.0.0",
"i18next": "^22.4.15",
"pdf-lib": "^1.17.1",
"puppeteer-core": "^21.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.2",
"styled-components": "^6.0.0"
},
"scripts": {
"start": "skill-scripts start --mode=development",
"build": "skill-scripts build --mode=production",
"build:dev": "skill-scripts build --mode=development",
"lint": "eslint '**/*.{ts,tsx}'",
"format": "prettier . --write",
"list-unused-packages": "depcheck --skip-missing=true"
},
"devDependencies": {
"@matterway/eslint-plugin": "^1.0.0",
"@types/chrome": "^0.0.263",
"@types/node": "^18.11.9",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/styled-components": "^5.1.15",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"depcheck": "^1.4.3",
"eslint": "^8.12.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"prettier": "^2.6.2",
"tslint": "^6.1.3",
"typescript": "^4.8.4"
}
}