forked from TheThingsNetwork/lorawan-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
171 lines (171 loc) · 5.31 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
165
166
167
168
169
170
171
{
"name": "ttn-stack",
"version": "3.10.0-rc1",
"description": "The Things Stack",
"main": "index.js",
"repository": "https://github.com/TheThingsNetwork/lorawan-stack.git",
"license": "Apache-2.0",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/register": "^7.0.0",
"@babel/runtime-corejs2": "^7.4.3",
"@cypress/code-coverage": "^3.8.1",
"@hot-loader/react-dom": "^16.9.0-4.12.11",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-console": "^1.2.1",
"@storybook/addon-info": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/react": "^5.3.19",
"@testing-library/cypress": "^6.0.0",
"add-asset-html-webpack-plugin": "^3.1.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.2.6",
"babel-loader": "^8.0.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-react-intl": "^2.3.1",
"babel-plugin-react-intl-auto": "^1.0.0",
"babel-upgrade": "^1.0.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^5.1.0",
"css-hot-loader": "^1.3.9",
"css-loader": "^2.1.1",
"cypress": "^4.11.0",
"enzyme": "~3.6.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.0.0",
"eslint-config-ttn": "git+https://github.com/TheThingsNetwork/eslint-config-ttn.git#v1.4.0",
"eslint-import-resolver-webpack": "^0.12.2",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsdoc": "^24.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.4.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.1.0",
"js-yaml": "^3.13.1",
"json": "^9.0.6",
"messageformat-parser": "^2.0.0",
"mini-css-extract-plugin": "^0.4.0",
"mkdirp": "^1.0.3",
"nib": "^1.1.2",
"prettier": "^1.18.2",
"react-test-renderer": "^16.0.0",
"snapshot-diff": "^0.5.1",
"stylint": "^2.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"wait-on": "^5.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-plugin-hash-output": "^3.1.0",
"webpack-shell-plugin": "https://github.com/cdeutsch/webpack-shell-plugin.git#bee537d",
"yargs": "^12.0.1",
"yarn": "^1.22.0"
},
"dependencies": {
"@formatjs/intl-relativetimeformat": "^2.8.2",
"@sentry/browser": "^5.19.0",
"autobind-decorator": "^2.1.0",
"axios": "^0.19.0",
"cancelable-promise": "^3.1.2",
"classnames": "^2.2.5",
"clipboard": "^2.0.4",
"connected-react-router": "^6.5.2",
"deep-diff": "^1.0.2",
"error-stack-parser": "^2.0.6",
"focus-visible": "^4.1.4",
"formik": "^2.1.3",
"history": "^4.9.0",
"intl": "^1.2.5",
"intl-pluralrules": "^1.0.3",
"leaflet": "^1.5.1",
"lodash": "^4.17.19",
"lottie-web": "^5.5.7",
"prop-types": "^15.6.0",
"query-string": "^5.0.1",
"react": "^16.9.0",
"react-ace": "^6.3.2",
"react-display-name": "^0.2.3",
"react-dom": "^16.9.0",
"react-grid-system": "^4.3.1",
"react-helmet": "^6.1.0",
"react-hot-loader": "^4.12.11",
"react-intl": "^5.4.5",
"react-leaflet": "^2.6.3",
"react-paginate": "^5.2.3",
"react-redux": "^7.1.0",
"react-router-dom": "^5.1.2",
"react-select": "^3.1.0",
"react-text-mask": "^5.4.3",
"react-toastify": "^4.5.2",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"redux": "^4.0.1",
"redux-actions": "^2.6.5",
"redux-logic": "^2.1.1",
"redux-sentry-middleware": "^0.1.8",
"scroll-into-view-if-needed": "^2.2.20",
"ttn-lw": "file:sdk/js",
"url-polyfill": "^1.1.5",
"url-template": "^2.0.8",
"yup": "^0.29.1"
},
"resolutions": {
"cypress": "4.11.0"
},
"babel": {
"extends": "./config/.babelrc"
},
"jest": {
"setupFiles": [
"<rootDir>/config/jest/setup.js"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"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",
"^\\@oauth(.*)": "<rootDir>/pkg/webui/oauth$1",
"^\\@assets(.*)": "<rootDir>/pkg/webui/assets$1"
}
},
"eslintConfig": {
"extends": "./config/eslintrc.yaml"
},
"prettier": "./config/.prettierrc.js",
"nyc": {
"report-dir": "coverage/cypress",
"reporter": [
"json"
],
"include": [
"pkg/webui/**/*.js"
]
}
}