forked from sitegeist/Sitegeist.Monocle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
130 lines (130 loc) · 4.2 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "@sitegeist/monocle-ui",
"version": "1.0.0",
"description": "UI Components for Sitegeist.Monocle",
"main": "index.js",
"scripts": {
"build": "webpack --progress --mode production",
"lint": "yarn lint:scripts && yarn lint:css",
"lint:css": "stylelint 'Resources/Private/JavaScript/**/*.css'",
"lint:scripts": "eslint Resources/Private/JavaScript/** --ext .js,.jsx,.ts,.tsx",
"test": "exit 0",
"watch": "webpack --watch --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sitegeist/Sitegeist.Monocle.git"
},
"keywords": [
"ui",
"styleguide",
"atomic-design"
],
"author": "Martin Ficzel <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sitegeist/Sitegeist.Monocle/issues"
},
"homepage": "https://github.com/sitegeist/Sitegeist.Monocle#readme",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@types/classnames": "^2.2.11",
"@types/lodash.debounce": "^4.0.6",
"@types/mini-css-extract-plugin": "^1.2.2",
"@types/mousetrap": "^1.6.5",
"@types/qrcode": "^1.3.5",
"@types/react": "^17.0.0",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.15",
"@types/react-syntax-highlighter": "^13.5.0",
"@types/recompose": "^0.30.7",
"@types/seamless-immutable": "^7.1.15",
"@types/uuid": "^8.3.0",
"@types/webpack-bundle-analyzer": "^3.9.0",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"autoprefixer": "^10.4.12",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"cssnano": "^5.1.13",
"eslint": "^7.17.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"file-loader": "^6.2.0",
"imports-loader": "^1.2.0",
"mini-css-extract-plugin": "^1.3.3",
"postcss": "^8.4.18",
"postcss-css-variables": "^0.18.0",
"postcss-custom-properties": "^12.1.9",
"postcss-hexrgba": "^2.1.0",
"postcss-import": "^15.0.0",
"postcss-loader": "^7.0.1",
"postcss-nested": "^6.0.0",
"redux-devtools-extension": "^2.13.8",
"style-loader": "^2.0.0",
"stylelint": "^13.8.0",
"ts-loader": "^8.0.14",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"url-loader": "^4.1.1",
"webpack": "^5.11.1",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^4.3.1"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@friendsofreactjs/react-css-themr": "^4.3.2",
"@neos-project/brand": "^1.1.0",
"@neos-project/react-ui-components": "^7.0.0",
"build-url": "^6.0.1",
"classnames": "^2.2.5",
"html-prettify": "^1.0.3",
"immer": "^8.0.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"lodash.isfunction": "^3.0.9",
"lodash.omit": "^4.5.0",
"mousetrap": "^1.6.5",
"normalize.css": "^8.0.1",
"plow-js": "^2.2.0",
"prop-types": "^15.5.10",
"qrcode": "^1.4.4",
"react": "^17.0.1",
"react-addons-shallow-compare": "^15.6.3",
"react-click-outside": "^3.0.1",
"react-close-on-escape": "^3.0.0",
"react-copy-to-clipboard": "^5.0.2",
"react-css-themr": "^2.1.2",
"react-dom": "^17.0.1",
"react-keydown": "^1.9.12",
"react-portal": "^4.2.1",
"react-redux": "^7.2.2",
"react-syntax-highlighter": "^15.4.3",
"react-textarea-autosize": "^8.3.0",
"recompose": "^0.30.0",
"redux": "^4.0.5",
"redux-actions": "^2.0.3",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"seamless-immutable": "^7.1.2",
"typesafe-actions": "^5.1.0",
"uuid": "^8.3.2",
"zod": "^3.0.0"
},
"browserslist": [
"last 2 versions"
]
}