forked from aiqfome/aiq-design-system
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.55 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
{
"name": "@grandchef/rosalvo-design-system",
"version": "0.1.21",
"main": "core/index.js",
"repository": "git@github.com:grandchef/rosalvo-design-system.git",
"license": "MIT",
"scripts": {
"build": "tsc -p .",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"gen:component": "hygen cafeina component",
"test": "jest",
"test:watch": "jest --watch",
"chromatic": "dotenv chromatic --project-token=%CHROMATIC_PROJECT_TOKEN% --exit-zero-on-changes --auto-accept-changes"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@storybook/addon-actions": "^6.4.0",
"@storybook/addon-docs": "^6.4.0",
"@storybook/addon-knobs": "^6.3.1",
"@storybook/addon-links": "^6.4.0",
"@storybook/addons": "^6.4.0",
"@storybook/react": "^6.4.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@types/jest": "^26.0.14",
"@types/react": "^16.9.52",
"@types/react-dates": "^21.8.0",
"@types/react-router-dom": "^5.1.6",
"@types/react-test-renderer": "^16.9.3",
"@types/styled-components": "^5.1.4",
"@types/styled-system": "^5.1.10",
"@typescript-eslint/eslint-plugin": "4.0.1",
"@typescript-eslint/parser": "4.0.1",
"babel-loader": "^8.1.0",
"chromatic": "^6.5.1",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-standard": "^14.1.1",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-standard": "^4.0.1",
"hygen": "^6.0.4",
"jest": "^26.5.3",
"prettier": "^2.1.2",
"react": "^17.0.2",
"react-docgen-typescript-loader": "^3.7.2",
"react-test-renderer": "^16.13.1",
"ts-jest": "^26.4.1",
"ts-loader": "^8.0.5",
"typescript": "4.2.2"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@react-icons/all-files": "^4.1.0",
"dotenv-cli": "^5.0.0",
"downshift": "^6.0.6",
"moment": "^2.29.1",
"rc-dropdown": "^3.2.0",
"rc-menu": "^9.0.11",
"rc-tooltip": "^5.0.1",
"react-dates": "^21.8.0",
"react-dom": "^17.0.2",
"react-input-mask": "^2.0.4",
"react-router-dom": "^5.2.0",
"react-spring": "^8.0.27",
"react-table": "^7.6.0",
"storybook": "^6.4.0",
"styled-components": "^5.2.0",
"styled-system": "^5.1.5",
"uuid": "^8.3.1"
}
}