-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.75 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "diorama",
"version": "2.0.18",
"keywords": [
"gallery",
"webworker",
"typescipt",
"image layout",
"gallery",
"picture arrangement",
"box layout"
],
"type": "module",
"types": "./lib/index.d.ts",
"files": ["lib"],
"repository": {
"url": "git+https://github.com/mendrik/diorama-2023.git",
"type": "github"
},
"main": "./lib/diorama.umd.cjs",
"module": "./lib/diorama.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --base=/diorama-2023/",
"types": "tsc --project tsconfig.lib.json",
"library": "vite build --mode library && npm run types",
"preview": "vite preview",
"lint": "eslint . --ext .ts,.tsx",
"test": "vitest"
},
"dependencies": {
"effector": "23.2.0",
"effector-react": "23.2.0",
"purify-ts": "2.0.3",
"ramda": "0.29.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"screenfull": "6.0.2",
"tabler-icons-react": "1.56.0"
},
"devDependencies": {
"@types/postcss-import": "14.0.3",
"@types/ramda": "0.29.9",
"@types/react": "18.2.70",
"@types/react-dom": "18.2.22",
"@types/styled-components": "5.1.34",
"@types/web": "0.0.142",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.19",
"comlink": "4.4.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unused-imports": "3.1.0",
"happy-dom": "14.3.6",
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"postcss-nesting": "12.1.0",
"prettier": "3.2.5",
"typescript": "5.4.3",
"vite": "5.1.7",
"vite-plugin-comlink": "4.0.2",
"vitest": "1.4.0"
}
}