-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.49 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.49 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
{
"name": "@livepreso/content-react-ui",
"version": "0.0.2",
"description": "React components, hooks and helper functions for content creation",
"main": "index.js",
"exports": {
".": "./index.js",
"./utils": "./utils/index.js",
"./styles.scss": {
"sass": "css/base.scss"
}
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint-staged": "lint-staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LivePreso/content-react-ui.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LivePreso/content-react-ui/issues"
},
"homepage": "https://github.com/LivePreso/content-react-ui#readme",
"devDependencies": {
"@livepreso/content-react": "^1.0.0",
"@livepreso/webpack-deck": "^3.5.0",
"@storybook/addon-essentials": "^7.6.14",
"@storybook/addon-interactions": "^7.6.14",
"@storybook/addon-links": "^7.6.14",
"@storybook/addon-styling-webpack": "^0.0.5",
"@storybook/blocks": "^7.6.14",
"@storybook/react": "^7.6.14",
"@storybook/react-webpack5": "^7.6.14",
"@storybook/test": "^7.6.14",
"@storybook/testing-library": "^0.2.2",
"core-js": "3.48.0",
"css-loader": "^6.8.1",
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"sass": "^1.70.0",
"sass-loader": "^13.3.2",
"storybook": "^7.6.14",
"style-loader": "^3.3.3",
"stylelint": "^17.4.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-prettier": "^5.0.3"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.40",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/utilities": "^3.2.2",
"@floating-ui/react": "^0.27.16",
"classnames": "^2.5.1",
"flatpickr": "^4.6.13",
"jquery": "^3.7.1",
"lodash-es": "^4.17.21",
"prop-types": "^15.8.1",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-edit-text": "^5.1.1",
"react-flatpickr": "^4.0.10",
"striptags": "^3.2.0"
}
}