-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.62 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
{
"name": "gamepad.css",
"description": "CSS gamepad buttons of gaming consoles",
"version": "0.0.4",
"private": true,
"author": {
"name": "Diego Villa",
"url": "https://github.com/dxlliv"
},
"license": "MIT",
"homepage": "https://dxlliv.github.io/gamepad.css",
"repository": {
"type": "git",
"url": "git+https://github.com/dxlliv/gamepad.css.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "BASE_PATH=/gamepad.css/stories/ storybook build --output-dir docs/stories",
"build-css": "sass ./src/assets/gamepad.scss:./dist/styles.css && sass ./src/assets/gamepad.scss:./dist/styles.min.css --style compressed && cp -r ./src/assets/fonts ./dist/ && cp -r ./public/icons ./dist/"
},
"devDependencies": {
"@storybook/addon-backgrounds": "^7.6.7",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/blocks": "^7.6.7",
"@storybook/test": "^7.6.7",
"@storybook/vue3": "^7.6.7",
"@storybook/vue3-vite": "^7.6.7",
"@vitejs/plugin-vue": "^4.5.2",
"pinia": "^2.1.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.69.7",
"storybook": "^7.6.7",
"typescript": "*",
"vite": "^5.0.8",
"vue": "^3.3.11",
"vue-tsc": "^1.8.27",
"vue3-highlightjs": "^1.0.5"
},
"packageManager": "yarn@4.0.2",
"keywords": [
"css",
"gamepad",
"joystick",
"buttons",
"nintendo",
"switch",
"playstation",
"xbox"
]
}