-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.39 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.39 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
{
"name": "@react-theming/theme-swatch",
"version": "0.2.2",
"main": "dist/index.js",
"repository": "https://github.com/UsulPro/theme-swatch.git",
"author": "Oleg Proskurin <regx@usul.su>",
"license": "MIT",
"peerDependencies": {
"react": "^16.8.6 || ^17.0.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.11",
"@storybook/addon-actions": "^5.0.11",
"@storybook/addon-links": "^5.0.11",
"@storybook/addons": "^5.0.11",
"@storybook/react": "^5.0.11",
"@usulpro/package-prepare": "^1.3.1",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"jest": "^24.8.0",
"prettier": "^1.17.1",
"react": "^16.8.6"
},
"scripts": {
"start": "start-storybook -p 6006 --ci",
"prepare": "package-prepare",
"build-storybook": "build-storybook",
"lintfix": "eslint --fix src",
"test": "jest"
}
}