-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
68 lines (68 loc) · 1.76 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
{
"name": "xoid-root",
"version": "0.1.0",
"private": true,
"author": "onurkerimov",
"homepage": "https://xoid.dev",
"repository": {
"type": "git",
"url": "https://github.com/xoidlabs/xoid"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"filesize": {
"track": [
"./dist/xoid/index.js",
"./dist/lite/index.js"
]
},
"scripts": {
"build": "rollup --config",
"dev": "vite dev",
"test": "jest",
"filesize": "filesize"
},
"devDependencies": {
"@ampproject/filesize": "^4.3.0",
"@rollup/plugin-terser": "^0.3.0",
"@testing-library/react": "^12.1.2",
"@testing-library/vue": "^7.0.0",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/use-sync-external-store": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"jest": "^26.5.2",
"prettier": "^2.0.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^2.30.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-dts": "^4.0.0",
"rollup-plugin-typescript2": "^0.30.0",
"svelte": "^4.2.8",
"ts-jest": "26.5.2",
"typescript": "^4.4.3",
"use-sync-external-store": "^1.1.0",
"vite": "^4.5.0",
"vue": ">=3.2.30",
"workspaces-run": "^1.0.1"
},
"dependencies": {
"vite-tsconfig-paths": "^4.2.1"
}
}