-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.39 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": "iq-blueberry",
"version": "0.0.88",
"description": "iq design system/ui library",
"main": "dist/main.js",
"module": "es/main.js",
"sideEffects": [
"*.styl",
"*.css"
],
"types": "types/main.d.ts",
"files": [
"/dist",
"/src",
"/es",
"/types"
],
"scripts": {
"register-icons": "gulp register-icons",
"only-bundle": "rollup -c",
"build:lib": "gulp create-dist && yarn only-bundle",
"dev:react": "node_modules/@storybook/react/bin/index.js -p 6006 -c .storybook/react --no-manager-cache",
"dev:pug": "node_modules/@storybook/html/bin/index.js -p 6008 -c .storybook/pug --no-manager-cache",
"build-storybook:react": "node_modules/@storybook/react/bin/build.js -c .storybook/react -o build/",
"build-storybook:pug": "node_modules/@storybook/html/bin/build.js -c .storybook/pug -o build/static-version",
"build-storybook": "yarn build-storybook:react && yarn build-storybook:pug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IQ-tech/blueberry.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/IQ-tech/blueberry/issues"
},
"homepage": "https://github.com/IQ-tech/blueberry#readme",
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-json": "^4.1.0",
"@storybook/addon-actions": "^6.3.1",
"@storybook/addon-essentials": "^6.3.1",
"@storybook/addon-links": "^6.3.1",
"@storybook/addons": "^6.3.1",
"@storybook/html": "^6.3.1",
"@storybook/react": "^6.3.1",
"@storybook/theming": "^6.3.1",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"autoprefixer": "^10.4.2",
"change-case": "^4.1.2",
"css-loader": "^5.0.0",
"esbuild": "^0.14.18",
"fs-extra": "^10.0.0",
"gulp": "^4.0.2",
"gulp-html2pug": "^3.0.3",
"gulp-svgo": "^2.2.1",
"jails-js": "^4.2.1",
"postcss": "^8.4.6",
"postcss-url": "^10.1.3",
"poststylus": "^1.0.1",
"pug": "2.0.4",
"pug-loader": "^2.4.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"rimraf": "^3.0.2",
"rollup": "^2.67.0",
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-esbuild": "^4.8.2",
"rollup-plugin-postcss": "^4.0.2",
"style-loader": "^2.0.0",
"stylus": "^0.54.8",
"stylus-loader": "3.0.2",
"through2": "^4.0.2",
"tsc": "^1.20150623.0",
"typescript": "^4.1.3"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"fast-levenshtein": "^3.0.0",
"rc-tooltip": "5.1.1"
}
}