-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
141 lines (141 loc) · 4.33 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "quantumic-design",
"description": "Design Library for any projects 🖌",
"version": "1.8.0",
"license": "MIT",
"engines": {
"node": ">=12.18"
},
"typings": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"publishConfig": {
"access": "public",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/Lubycon/quantumic-design.git"
},
"keywords": [
"lubycon",
"ui",
"ui kit",
"design system"
],
"author": "Lubycon",
"dependencies": {
"@emotion/react": "^11.4.0",
"@lubycon/react": "^1.26.2",
"@yarnpkg/pnpify": "^3.0.0-rc.10",
"classnames": "^2.2.6",
"resize-observer-polyfill": "^1.5.1"
},
"scripts": {
"dev": "yarn start",
"start": "start-storybook -p 6006 --no-dll --no-manager-cache",
"build": "yarn clean && rollup -c && yarn copy && tsc --emitDeclarationOnly -p ./tsconfig.json",
"build-stories": "yarn build-storybook -o ./storybook-static -s ./public --docs",
"publish-stories": "node ./.storybook/deploy.js",
"test": "jest",
"clean": "rm -rf dist && mkdir dist",
"copy": "ncp package.json dist/package.json",
"copy-sass": "ncp src/sass/modules dist/sass",
"copy-version": "ncp dist/package.json package.json",
"typecheck": "tsc --noEmit -p ./tsconfig.json",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"pre-commit": "lint-staged"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"sideEffects": false,
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@emotion/babel-plugin": "^11.3.0",
"@emotion/babel-plugin-jsx-pragmatic": "^0.1.5",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/eslint-plugin": "^11.2.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.0",
"@semantic-release/npm": "^7.0.8",
"@semantic-release/release-notes-generator": "^9.0.1",
"@storybook/addon-a11y": "^6.2.9",
"@storybook/addon-actions": "^6.1.14",
"@storybook/addon-docs": "^6.3.4",
"@storybook/addon-essentials": "^6.1.14",
"@storybook/addon-links": "^6.2.9",
"@storybook/node-logger": "^6.1.14",
"@storybook/preset-create-react-app": "^3.1.5",
"@storybook/react": "^6.1.14",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/classnames": "^2.2.11",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"babel-jest": "^27.1.0",
"babel-loader": "^8.2.1",
"classnames": "^2.2.6",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"gh-pages": "^3.1.0",
"husky": "^7.0.0",
"jest": "^27.1.0",
"lint-staged": "^11.1.2",
"ncp": "^2.0.0",
"pinst": "^2.0.0",
"postcss": "^7.0.2",
"prettier": "^2.1.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.0",
"remark-codesandbox": "^0.10.0",
"rollup": "^2.38.5",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-pnp-resolve": "^2.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.30.0",
"sass": "^1.29.0",
"semantic-release": "^17.2.4",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.3.2",
"webpack-hot-middleware": "^2.25.0"
}
}