-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.59 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.59 KB
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
{
"name": "@srvycool/ds",
"version": "0.0.0-development",
"description": "design system for srvy.cool",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"sideEffects": false,
"private": false,
"scripts": {
"test": "jest",
"start": "start-storybook -p 6006",
"build": "rimraf dist && tsc",
"build-storybook": "build-storybook",
"lint": "eslint '{src,.storybook}/**/*.{js,ts,tsx}'",
"lint:fix": "yarn lint --fix",
"semantic-release": "semantic-release",
"snapshot": "percy-storybook --widths=320,1280"
},
"keywords": [],
"author": "Henrik Fricke <henrikfricke@web.de>",
"repository": {
"url": "git+https://github.com/srvycool/ds.git"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.10.4",
"@percy/storybook": "^3.3.0",
"@qiwi/semantic-release-gh-pages-plugin": "^4.0.0",
"@storybook/addon-actions": "^6.0.3",
"@storybook/addon-links": "^6.0.3",
"@storybook/addons": "^6.0.3",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^6.0.18",
"@storybook/theming": "^6.0.3",
"@testing-library/react": "^10.4.3",
"@types/jest": "^26.0.3",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.0",
"@types/styled-system": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"babel-loader": "^8.1.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"fork-ts-checker-webpack-plugin": "^5.0.6",
"jest": "^26.1.0",
"jest-styled-components": "^7.0.2",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rimraf": "^3.0.2",
"semantic-release": "^17.1.1",
"styled-components": "^5.1.1",
"styled-system": "^5.1.5",
"ts-jest": "^26.1.1",
"ts-loader": "^8.0.0",
"typeface-hammersmith-one": "^0.0.72",
"typeface-montserrat": "^0.0.75",
"typescript": "^3.9.6"
},
"peerDependencies": {
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.0",
"@types/styled-system": "^5.1.9",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.1.1",
"styled-system": "^5.1.5",
"typeface-hammersmith-one": "^0.0.72",
"typeface-montserrat": "^0.0.75"
},
"bugs": {
"url": "https://github.com/srvycool/ds/issues"
},
"homepage": "https://github.com/srvycool/ds#readme"
}