-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.34 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
{
"name": "stadmin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/leaflet": "^1.0.67",
"@types/material-ui": "^0.17.21",
"@types/react": "~16.0.2",
"@types/react-dom": "~15.5.2",
"@types/react-leaflet": "~1.1.3",
"@types/react-router": "^4.0.15",
"@types/react-router-dom": "^4.0.7",
"@types/react-tap-event-plugin": "0.0.30",
"github-api": "^3.0.0",
"leaflet": "~1.2.0",
"material-ui": "^0.18.7",
"prop-types": "~15.5.10",
"react": "~15.6.1",
"react-dom": "~15.6.1",
"react-leaflet": "~1.1.3",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-tap-event-plugin": "^2.0.1",
"ts-deferred": "^1.0.4",
"typescript-logging": "^0.4.0"
},
"devDependencies": {
"@types/jasmine": "^2.5.53",
"awesome-typescript-loader": "~3.2.2",
"connect": "^3.6.3",
"copy-webpack-plugin": "^4.0.1",
"jasmine": "^2.7.0",
"jasmine-core": "^2.7.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-webpack": "^2.0.4",
"serve-static": "^1.12.4",
"source-map-loader": "~0.2.1",
"typescript": "~2.3",
"webpack-karma-jasmine": "^1.0.4"
}
}