-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.08 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "noniscomponents",
"version": "1.1.0",
"author": "Giorgos Nonis",
"description": "React Components that save a lot of development time! 🧜♂️",
"main": "dist/index.js",
"module": "dist/index.es.js",
"license": "MIT",
"peerDependencies": {
"@types/react": "^17 || ^18",
"@types/react-dom": "^17 || ^18",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/preset-react": "^7.23.3",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@storybook/addon-essentials": "7.4.5",
"@storybook/addon-interactions": "7.4.5",
"@storybook/addon-links": "7.4.5",
"@storybook/addon-onboarding": "1.0.8",
"@storybook/blocks": "7.4.5",
"@storybook/react": "7.4.5",
"@storybook/react-vite": "7.4.5",
"@storybook/testing-library": "0.2.1",
"react-spinners": "^0.13.8",
"rollup": "^4.7.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"storybook": "7.4.5",
"typescript": "4.9.5",
"vite": "^4.4.9"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@stitches/react": "^1.3.1-1",
"polished": "^4.2.2"
},
"scripts": {
"build": "rollup -c",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"keywords": [
"ts",
"react",
"nextjs",
"tsx",
"jsx",
"next",
"preact",
"component",
"components",
"create",
"css",
"css-in-js",
"globals",
"javascript",
"js",
"scope",
"scoped",
"style",
"styled",
"tokens",
"type",
"typed",
"types",
"transform",
"variable",
"variables"
]
}