-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
46 lines (46 loc) · 1.05 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
{
"name": "neoconfetti",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"changeset": "changeset",
"ci:version": "changeset version",
"ci:release": "changeset publish",
"sizes": "tsx scripts/sizes.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/puruvj/neoconfetti.git"
},
"keywords": [],
"author": "Puru Vijay",
"license": "MIT",
"bugs": {
"url": "https://github.com/puruvj/neoconfetti/issues"
},
"homepage": "https://github.com/puruvj/neoconfetti#readme",
"devDependencies": {
"@rollup/pluginutils": "^5.1.0",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"brotli-size": "^4.0.0",
"brotli-size-cli": "^1.0.0",
"esbuild": "^0.19.10",
"fast-glob": "^3.3.2",
"lightningcss": "^1.22.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.8.7",
"svelte": "^4.2.8",
"terser": "^5.26.0",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vue": "^3.3.13"
},
"dependencies": {
"@changesets/cli": "^2.27.1"
}
}