-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.63 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
{
"name": "ui-components",
"version": "0.0.1",
"author": "Parity Technologies <[email protected]>",
"description": "",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"repository": "",
"scripts": {
"deploy-storybook": "storybook-to-ghpages",
"build": "rimraf lib && copyfiles -Eu2 \"./src/assets/**/*\" lib/assets && tsc",
"build-storybook": "build-storybook -c .storybook -o .out",
"storybook": "start-storybook -p 9001 -c .storybook",
"lint": "tsc --noEmit && eslint src --ext js,ts,tsx ."
},
"dependencies": {
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-knobs": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addon-storysource": "^5.3.19",
"@storybook/addons": "^5.2.0",
"@storybook/react": "^5.3.18",
"@storybook/storybook-deployer": "^2.8.6",
"@types/styled-components": "^5.0.0",
"babel-loader": "^8.0.6",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-is": "^16.13.1",
"semantic-ui-css": "^2.4.1",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@storybook/addon-docs": "^5.3.19",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.0.0",
"babel-eslint": "10.x",
"babel-preset-react-app": "^9.1.2",
"depcheck": "^0.9.2",
"eslint": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-simple-import-sort": "^5.0.3",
"husky": "^4.2.5",
"regenerator-runtime": "^0.13.5",
"rimraf": "^3.0.2",
"storybook-addon-theme-playground": "^1.3.0",
"typescript": "^3.9.5",
"webpack": "^4.43.0"
}
}