forked from TheThingsNetwork/lorawan-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
151 lines (151 loc) · 4.29 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
{
"name": "ttn-stack",
"version": "3.0.2",
"description": "The Thing Network Stack",
"main": "index.js",
"repository": "https://github.com/TheThingsNetwork/ttn.git",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "~7.0.0",
"@storybook/addon-actions": "4.0.0-alpha.23",
"@storybook/addon-console": "^1.0.4",
"@storybook/addon-info": "4.0.0-alpha.23",
"@storybook/addon-links": "4.0.0-alpha.23",
"@storybook/react": "4.0.0-alpha.23",
"add-asset-html-webpack-plugin": "^2.1.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-react-intl": "^2.3.1",
"babel-plugin-react-intl-auto": "^1.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.5.3",
"css-hot-loader": "^1.3.9",
"css-loader": "^0.28.11",
"depcheck": "^0.6.9",
"enzyme": "~3.6.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"eslint": "^4.11.0",
"eslint-config-ttn": "git+https://github.com/TheThingsNetwork/eslint-config-ttn.git#v1.3.7",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsdoc": "^3.7.1",
"eslint-plugin-react": "^7.4.0",
"faker": "^4.1.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^21.2.1",
"js-yaml": "^3.10.0",
"json": "^9.0.6",
"messageformat-parser": "^2.0.0",
"mini-css-extract-plugin": "^0.4.0",
"mkdirp": "^0.5.1",
"nib": "^1.1.2",
"react-test-renderer": "^16.0.0",
"snapshot-diff": "^0.4.0",
"stylint": "^1.5.9",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-plugin-hash-output": "^3.1.0",
"webpack-shell-plugin": "0.4.5",
"yargs": "^12.0.1",
"yarn": "1.12.3"
},
"babel": {
"presets": [
"env",
"stage-0",
"react"
],
"plugins": [
"transform-decorators-legacy",
"transform-class-properties",
"transform-runtime",
[
"react-intl-auto",
{
"extractComments": true,
"filebase": true,
"removePrefix": "pkg.webui"
}
],
[
"react-intl",
{
"messagesDir": "./.cache/messages",
"extractSourceLocation": true
}
]
]
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"axios": "^0.18.0",
"cancelable-promise": "^2.4.0",
"classnames": "^2.2.5",
"clipboard": "^2.0.4",
"connected-react-router": "~4.5.0",
"focus-visible": "^4.1.4",
"formik": "^0.11.11",
"history": "^4.7.2",
"intl": "^1.2.5",
"prop-types": "^15.6.0",
"query-string": "^5.0.1",
"react": "^16.4.1",
"react-ace": "^6.3.2",
"react-display-name": "^0.2.3",
"react-dom": "^16.4.1",
"react-grid-system": "^4.3.1",
"react-helmet": "^5.2.0",
"react-intl": "^2.4.0",
"react-paginate": "^5.2.3",
"react-redux": "^5.0.6",
"react-router": "~4.3.1",
"react-router-dom": "^4.2.2",
"react-select": "^2.4.2",
"react-text-mask": "^5.0.2",
"react-toastify": "^4.5.2",
"redux": "^3.7.2",
"redux-logic": "^0.15.0",
"ttn-lw": "file:sdk/js",
"ulid": "^2.3.0",
"yup": "^0.26.6"
},
"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"
}
},
"eslintConfig": {
"extends": "./config/eslintrc.yaml"
}
}