-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.28 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
{
"name": "@stylin.js/react",
"version": "1.1.1",
"description": "A react component inline styles statement lib",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"scripts": {
"test": "jest --clearCache && jest",
"test:coverage": "rimraf coverage && yarn test --collectCoverage",
"test:badges": "yarn test:coverage && node_modules/.bin/jest-badges-readme --input './coverage' --output './badges'",
"storybook": "start-storybook -p 6006",
"dev": "tsc -w",
"build": "rimraf dist && tsc",
"build:storybook": "rimraf storybook-static && build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/git-marcopitra/stylin.git"
},
"keywords": [
"css",
"css-in-jsx",
"style",
"react",
"builtin",
"inline-styles",
"react-component",
"stylin-component",
"design-system",
"front-end"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/git-marcopitra/stylin.js/issues"
},
"homepage": "https://git-marcopitra.github.io/stylin.js/",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@stylin.js/core": "latest"
},
"gitHead": "914bbe818f9b26bb6a0e35ae8bb7df6fde2ff04a"
}