-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
67 lines (67 loc) · 1.65 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
{
"name": "neko-ts",
"private": false,
"version": "0.0.6",
"type": "module",
"license": "UNLICENSED",
"repository": "https://github.com/ABSanthosh/neko-ts",
"author": "ABSanthosh <[email protected]>",
"homepage": "https://ABSanthosh.github.io/neko-ts",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build && touch storybook-static/.nojekyll",
"deploy": "yarn build-storybook && gh-pages -d storybook-static"
},
"main": "./dist/neko-ts.umd.cjs",
"module": "./dist/neko-ts.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/neko-ts.js",
"require": "./dist/neko-ts.umd.cjs"
}
},
"files": [
"dist"
],
"devDependencies": {
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-interactions": "^7.3.2",
"@storybook/addon-links": "^7.3.2",
"@storybook/blocks": "^7.3.2",
"@storybook/html": "^7.3.2",
"@storybook/html-vite": "^7.3.2",
"@storybook/testing-library": "^0.2.0",
"@types/node": "^20.5.7",
"gh-pages": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.3.2",
"terser": "^5.19.2",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.5.2"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"keywords": [
"neko",
"neko-ts",
"oneko.js",
"oneko",
"jneko",
"Kenji Gotoh neko",
"Tatsuya Kato onkeo",
"Masayuki Koba xneko",
"neko.js",
"xneko",
"following mouse",
"cat",
"fun"
]
}