forked from mozilla-sensorweb/sensorweb-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.94 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
{
"name": "sensorweb-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "node_modules/.bin/webpack --progress --colors --watch",
"prod": "NODE_ENV=production node_modules/.bin/webpack",
"dev": "node_modules/.bin/webpack-dev-server -d --open"
},
"author": "",
"license": "MPL",
"babel": {
"plugins": [
"transform-async-to-generator"
],
"presets": [
[
"es2015",
{
"modules": false
}
],
"react",
"stage-0"
]
},
"dependencies": {
"@types/leaflet": "^1.0.48",
"d3": "^4.3.0",
"lodash": "^4.17.2",
"mobx": "^2.6.0",
"mobx-react": "^3.5.6",
"moment": "^2.15.2",
"react": "^15.3.2",
"react-addons-css-transition-group": "^15.3.2",
"react-addons-transition-group": "^15.4.2",
"react-dom": "^15.3.1",
"react-motion": "^0.4.5",
"tween.js": "^16.3.5"
},
"devDependencies": {
"@types/d3": "^4.2.38",
"@types/lodash": "^4.14.40",
"@types/react": "^0.14.36",
"@types/react-addons-css-transition-group": "^0.14.17",
"@types/react-dom": "^0.14.17",
"@types/react-intl": "^2.2.1",
"@types/react-motion": "0.0.20",
"@types/tween.js": "0.0.31",
"awesome-typescript-loader": "^3.0.0-beta.18",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"clean-webpack-plugin": "^0.1.10",
"file-loader": "^0.9.0",
"react-intl": "^2.2.2",
"source-map-loader": "^0.1.5",
"styled-components": "^1.2.1",
"ts-loader": "^0.8.2",
"tslint": "^3.15.1",
"typescript": "^2.1.4",
"url-loader": "^0.5.7",
"webpack": "^2.2.0-rc.3",
"webpack-dev-server": "^1.16.2"
}
}