forked from TheThingsNetwork/lorawan-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
164 lines (164 loc) · 5.44 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "ttn-stack",
"version": "3.27.1",
"description": "The Things Stack",
"main": "index.js",
"repository": "https://github.com/TheThingsNetwork/lorawan-stack.git",
"license": "Apache-2.0",
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/plugin-transform-spread": "^7.22.5",
"@babel/plugin-transform-strict-mode": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/register": "^7.22.5",
"@babel/runtime-corejs2": "^7.22.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@storybook/addon-actions": "^7.0.24",
"@storybook/addon-info": "6.0.0-alpha.2",
"@storybook/react": "^7.0.25",
"@testing-library/cypress": "^9.0.0",
"add-asset-html-webpack-plugin": "^6.0.0",
"babel-jest": "^29.6.4",
"babel-loader": "^9.1.2",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-react-intl": "^3.0.1",
"babel-plugin-react-intl-auto": "^3.3.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"cypress": "12.16.0",
"cypress-browser-permissions": "^1.1.0",
"cypress-file-upload": "^5.0.8",
"cypress-log-to-output": "^1.1.2",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-ttn": "git+https://github.com/TheThingsNetwork/eslint-config-ttn.git#v1.4.0",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsdoc": "^46.4.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.5.0",
"js-yaml": "^4.0.0",
"json": "^11.0.0",
"messageformat-parser": "^4.1.3",
"mini-css-extract-plugin": "^2.7.6",
"mjml": "^4.14.1",
"mkdirp": "^3.0.1",
"nib": "^1.2.0",
"pg": "^8.11.1",
"prettier": "^2.8.8",
"react-refresh": "^0.14.0",
"stylint": "^2.0.0",
"stylus": "^0.59.0",
"stylus-loader": "^7.1.3",
"wait-on": "^7.0.1",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-shell-plugin": "https://github.com/cdeutsch/webpack-shell-plugin.git#bee537d",
"yargs": "^17.7.2"
},
"dependencies": {
"@formatjs/intl-datetimeformat": "^6.10.0",
"@formatjs/intl-displaynames": "^6.5.0",
"@formatjs/intl-listformat": "^7.4.0",
"@formatjs/intl-locale": "^3.3.2",
"@formatjs/intl-numberformat": "^8.7.0",
"@formatjs/intl-pluralrules": "^5.2.4",
"@formatjs/intl-relativetimeformat": "^11.2.4",
"@sentry/browser": "^7.57.0",
"@sentry/integrations": "^7.61.0",
"@tippyjs/react": "^4.2.6",
"autobind-decorator": "^2.4.0",
"axios": "^1.4.0",
"brace": "^0.11.1",
"cancelable-promise": "^4.3.1",
"classnames": "^2.3.2",
"clipboard": "^2.0.11",
"connected-react-router": "^6.9.3",
"deep-diff": "^1.0.2",
"focus-visible": "^5.2.0",
"formik": "^2.4.2",
"history": "^5.3.0",
"jsqr": "^1.4.0",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"lottie-web": "^5.12.2",
"md5": "^2.3.0",
"prop-types": "^15.8.1",
"query-string": "^8.1.0",
"react": "^17.0.1",
"react-ace": "^6.6.0",
"react-display-name": "^0.2.5",
"react-dom": "^17.0.1",
"react-focus-lock": "^2.9.4",
"react-grid-system": "^8.1.9",
"react-helmet": "^6.1.0",
"react-intl": "^6.4.4",
"react-leaflet": "^4.2.1",
"react-paginate": "^8.2.0",
"react-redux": "^8.1.2",
"react-remove-scroll": "^2.5.6",
"react-router-dom": "^6.14.1",
"react-select": "^5.7.3",
"react-string-replace": "^1.1.1",
"react-switch": "^7.0.0",
"react-text-mask": "^5.5.0",
"react-toastify": "^9.1.3",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.9",
"redux": "^4.2.1",
"redux-actions": "^2.6.5",
"redux-logic": "^3.0.2",
"redux-sentry-middleware": "^0.2.2",
"reselect": "^4.1.8",
"scroll-into-view-if-needed": "^3.0.10",
"ttn-lw": "file:sdk/js",
"unicode-properties": "^1.4.1",
"url-template": "^3.1.0",
"yup": "^1.2.0"
},
"babel": {
"extends": "./config/babel.config.json"
},
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/config/jest/setup.js"
],
"testMatch": [
"<rootDir>/pkg/**/*_test.js"
],
"transform": {
"^.+\\.js$": "babel-jest",
"\\.(css|styl|less|sass)$": "<rootDir>/config/jest/styles.transform.js",
"\\.(jpg|jpeg|svg|png|woff|woff2|ttf|eot|gif|webp)$": "<rootDir>/config/jest/files.transform.js"
},
"moduleNameMapper": {
"\\.(css|styl|less|sass)$": "identity-obj-proxy",
"^\\@ttn-lw(.*)": "<rootDir>/pkg/webui$1",
"^\\@console(.*)": "<rootDir>/pkg/webui/console$1",
"^\\@account(.*)": "<rootDir>/pkg/webui/account$1",
"^\\@assets(.*)": "<rootDir>/pkg/webui/assets$1"
},
"testEnvironment": "jest-environment-jsdom"
},
"eslintConfig": {
"extends": "./config/eslintrc.yaml"
},
"prettier": "./config/.prettierrc.js"
}