-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
69 lines (69 loc) · 1.9 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
{
"name": "figma-styled-components",
"version": "2.0.1",
"description": "Figma UI styled components",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "yarn jest",
"prepare": "npm run build",
"storybook": "start-storybook",
"build-storybook": "build-storybook --docs",
"build-icons": "node utils/build-icons.js"
},
"keywords": [
"figma",
"figma-ui",
"styled-components"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jhardy/figma-styled-components.git"
},
"homepage": "https://github.com/jhardy/figma-styled-components#readme",
"author": "Jared Hardy",
"license": "ISC",
"dependencies": {
"@reach/tabs": "^0.10.3",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"peerDependencies": {
"styled-components": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@storybook/addon-docs": "^5.2.0-beta.29 ",
"@storybook/addon-knobs": "^5.3.17",
"@storybook/preset-typescript": "^1.1.0",
"@storybook/react": "^5.2.0-beta.29",
"@svgr/cli": "^4.3.2",
"@types/jest": "^24.0.17",
"@types/node": "^12.7.1",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.5",
"@types/react-test-renderer": "^16.8.3",
"@types/storybook__react": "^4.0.2",
"@types/styled-components": "^4.1.18",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"jest": "^24.8.0",
"jest-styled-components": "^7.0.2",
"prettier": "^1.18.2",
"react-copy-to-clipboard": "^5.0.1",
"react-docgen-typescript-loader": "^3.1.0",
"react-test-renderer": "^16.8.6",
"rimraf": "^2.7.0",
"styled-components": "^5.0.1",
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.4",
"tslint": "^5.18.0",
"tslint-config-standard": "^8.0.1",
"tslint-react": "^4.0.0",
"typescript": "^3.5.3"
}
}