-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.24 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": "@foomo/contentfultree",
"version": "0.1.27",
"main": "dist/index.js",
"author": "foomo",
"license": "MIT",
"scripts": {
"clean": "rm -f ./tsconfig.tsbuildinfo && rm -rvf dist",
"build": "pnpm clean && tsc -b -v .",
"dev": "pnpm tsc -b tsconfig.json -w",
"lint": "eslint --ext=js,jsx,ts,tsx,json .",
"lint:fix": "eslint --ext=js,jsx,ts,tsx,json . --fix"
},
"prettier": {
"useTabs": true,
"tabWidth": 2,
"singleQuote": true
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/styled-components": "5.1.34",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"eslint": "9.16.0",
"eslint-config-love": "110.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.2",
"install-peers": "1.0.4",
"prettier": "3.4.2",
"typescript": "5.7.2"
},
"peerDependencies": {
"install-peers": "1.0.4"
},
"optionalDependencies": {
"react": "19.0.0",
"styled-components": "6.1.13"
},
"dependencies": {
"contentful-management": "11.40.2",
"contentful-ui-extensions-sdk": "4.29.3"
}
}