-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.3 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
{
"name": "pesdk-web-examples",
"version": "2.0.0",
"description": "Collection of PhotoEditorSDK demos",
"private": true,
"scripts": {
"lint": "eslint ./**"
},
"devDependencies": {
"@types/react": "^17.0.38",
"@types/styled-components": "5.1.20",
"@typescript-eslint/eslint-plugin": "5.9.1",
"@typescript-eslint/parser": "5.9.1",
"codesandbox": "^2.2.3",
"eslint": "8.6.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"microbundle": "0.14.2",
"prettier": "2.5.1",
"typescript": "4.5.4"
},
"workspaces": {
"packages": [
"custom-aspect-ratio",
"custom-assets",
"custom-components",
"custom-serialization",
"custom-tool",
"feature-library",
"integrate-with-angular",
"integrate-with-next-js",
"integrate-with-react",
"integrate-with-vanilla-js",
"integrate-with-vue"
],
"nohoist": [
"**/@vue/cli-plugin-eslint",
"**/@vue/cli-plugin-eslint/**"
]
},
"author": "img.ly GmbH <contact@img.ly>",
"license": "ISC",
"homepage": "https://img.ly"
}