-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.88 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
{
"name": "adonimals-ui",
"version": "0.1.0",
"description": "React UI toolkit for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"author": "<[email protected]>",
"license": "MIT",
"scripts": {
"build": "tsc",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"lint": "eslint -c .eslintrc.json 'src/**/*.{ts,tsx}'",
"lint:fix": "eslint -c .eslintrc.json --fix 'src/**/*.{ts,tsx}'",
"test": "jest -c jest.config.js --watch"
},
"devDependencies": {
"@babel/core": "7.13.8",
"@storybook/addon-actions": "6.3.8",
"@storybook/addon-essentials": "6.3.8",
"@storybook/addon-links": "6.3.8",
"@storybook/react": "6.3.8",
"@testing-library/jest-dom": "5.12.0",
"@testing-library/react": "11.2.7",
"@types/jest": "26.0.23",
"@types/node": "14.14.25",
"@types/react": "17.0.1",
"@types/react-dom": "17.0.0",
"@types/styled-components": "5.1.7",
"@types/styled-system": "5.1.10",
"@typescript-eslint/eslint-plugin": "4.31.1",
"@typescript-eslint/parser": "4.31.1",
"babel-loader": "8.2.2",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-react": "7.25.1",
"identity-obj-proxy": "3.0.0",
"jest": "26.6.3",
"prettier": "2.2.1",
"storybook-addon-styled-component-theme": "2.0.0",
"ts-jest": "26.5.6",
"ts-node": "9.1.1",
"typescript": "4.4.3"
},
"dependencies": {
"@fontsource/fira-sans": "4.2.2",
"@styled-system/theme-get": "5.1.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"styled-components": "5.2.1",
"styled-system": "5.1.5"
}
}