-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.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
31
32
33
34
35
36
37
38
39
40
41
42
{
"type": "module",
"private": true,
"workspaces": [
"src/core",
"src/react",
"src/preact"
],
"scripts": {
"build": "bin/build",
"dev": "rollup -c -w"
},
"author": "Djamel Hassaine <[email protected]> (https://github.com/dhassaine)",
"contributors": [
"Klemen Slavič <[email protected]> (https://github.com/KrofDrakula)"
],
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.5",
"@types/jest": "29.5.10",
"@types/react": "18.2.39",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"eslint": "8.54.0",
"eslint-plugin-react": "7.33.2",
"jest": "29.7.0",
"jest-environment-jsdom": "^29.7.0",
"preact": "10.19.2",
"prettier": "3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "4.6.0",
"rollup-plugin-terser": "7.0.2",
"ts-jest": "29.1.1",
"tslib": "2.6.2",
"typescript": "5.3.2",
"undom": "0.4.0",
"@testing-library/preact": "3.2.3"
}
}