-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.48 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
{
"name": "@kylum/nes-react",
"version": "0.3.0",
"license": "MIT",
"type": "module",
"files": [
"dist"
],
"main": "./dist/nes-react.umd.cjs",
"module": "./dist/nes-react.js",
"exports": {
".": {
"import": "./dist/nes-react.js",
"require": "./dist/nes-react.umd.cjs"
}
},
"repository": {
"type": "git",
"url": "https://github.com/HiKaylum/nes-react.git"
},
"author": "Kaylum Lally (https://github.com/HiKaylum)",
"scripts": {
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
"build": "vite build",
"build:storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider build-storybook"
},
"dependencies": {
"@fontsource/press-start-2p": "^4.5.11",
"clsx": "^1.2.1",
"cross-env": "^7.0.3",
"nes.css": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-vite": "^0.4.2",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"babel-loader": "^8.3.0",
"eslint": "^8.35.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-storybook": "^0.6.11",
"vite": "^4.1.0"
}
}