-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3.24 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 3.24 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
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
{
"name": "@antoniodcorrea/components",
"version": "2.0.20",
"description": "Components library from antoniodcorrea",
"author": {
"name": "Antonio Diaz",
"email": "hello@antoniodiaz.me",
"url": "https://antoniodiaz.me"
},
"scripts": {
"build": "./webpack/build.sh",
"publish:custom": "./webpack/publish.sh",
"build-storybook": "storybook build",
"clearComponents": "find components -name '*' -delete",
"storybook": "storybook dev -s ./src/assets/Svg/Icons -p 6006 watch-css",
"test": "jest -u",
"test:watch": "jest --watch --no-cache"
},
"dependencies": {
"@antoniodcorrea/utils": "^1.0.278",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@popperjs/core": "^2.11.8",
"@types/react-router-dom": "^5.1.2",
"framer-motion": "^11.0.5",
"isomorphic-dompurify": "^2.3.0",
"katex": "^0.16.9",
"moment": "^2.30.1",
"node-polyfill-webpack-plugin": "^3.0.0",
"react": "^18.2.0",
"react-datepicker": "^6.1.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-router-dom": "^5.1.2",
"react-select": "^5.8.0",
"react-textarea-autosize": "^8.5.3",
"slate": "^0.102.0",
"slate-history": "^0.100.0",
"slate-react": "^0.102.0"
},
"devDependencies": {
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@storybook/addon-actions": "^7.6.16",
"@storybook/addon-centered": "^5.3.21",
"@storybook/addon-knobs": "^7.0.2",
"@storybook/addon-links": "^7.6.16",
"@storybook/addon-viewport": "^7.6.16",
"@storybook/addons": "^7.6.16",
"@storybook/react": "^7.6.16",
"@storybook/react-webpack5": "^7.6.16",
"@storybook/router": "^7.6.16",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.56",
"@types/react-select": "^5.0.1",
"babel-loader": "^9.1.3",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-storybook": "^0.8.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^30.2.0",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"mini-css-extract-plugin": "^2.8.0",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"storybook": "^7.6.16",
"style-loader": "^3.3.4",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"webpack": "^5.90.3",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^7.0.0",
"webpack-hot-middleware": "^2.26.1",
"webpack-merge": "^5.10.0",
"webpack-node-externals": "^3.0.0"
}
}