-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.01 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
{
"name": "eswiss",
"version": "0.0.32",
"private": false,
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"sass": "^1.26.10"
},
"scripts": {
"build": "gulp",
"build-sass": "yarn sass src:sass-build-test",
"build-storybook": "build-storybook -s public",
"deploy-storybook": "storybook-to-ghpages",
"chromatic": "chromatic",
"cra-build": "react-scripts build",
"cra-start": "react-scripts start",
"cra-eject": "react-scripts eject",
"format": "prettier --write src/ gulpfile.js",
"lint": "yarn lint:styles; yarn lint:js",
"lint:js": "eslint --ext .js,.json,.jsx,.ts,.tsx src/ gulpfile.js",
"lint:styles": "stylelint \"src/**/*.{css,scss}\"",
"release": "auto shipit",
"storybook": "start-storybook -p 9009 -s public",
"test": "react-scripts test"
},
"eslintConfig": {
"extends": [
"react-app",
"prettier",
"plugin:jsx-a11y/recommended"
],
"plugins": [
"jsx-a11y"
],
"rules": {
"no-console": "warn"
}
},
"auto": {
"plugins": [
"npm"
],
"onlyPublishWithReleaseLabel": true
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "^6.0.21",
"@storybook/addon-docs": "^6.0.21",
"@storybook/addon-knobs": "^6.0.21",
"@storybook/addon-links": "^6.0.21",
"@storybook/addon-storyshots": "^6.0.21",
"@storybook/addon-storysource": "^6.0.21",
"@storybook/addons": "^6.0.21",
"@storybook/preset-create-react-app": "^3.1.4",
"@storybook/react": "^6.0.21",
"@storybook/storybook-deployer": "^2.8.6",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"auto": "^9.47.1",
"del": "^5.1.0",
"eslint-config-prettier": "^6.11.0",
"gulp": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^6.0.0-alpha.1",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.3",
"react-test-renderer": "^16.13.1",
"sass": "^1.26.10",
"storybook-chromatic": "^4.0.2",
"stylelint": "^13.6.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"typescript": "~3.9.7"
},
"description": "A design system built upon Swiss design principles",
"main": "dist/index.js",
"repository": "https://github.com/mattlean/eswiss.git",
"author": "Matthew Lean <[email protected]>",
"license": "MIT",
"keywords": [
"design-system",
"react",
"storybook",
"typescript",
"javascript",
"sass",
"eswiss",
"swiss-design",
"international-typographic-style"
]
}