-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 882 Bytes
/
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
{
"name": "noumea-water-quality-map",
"description": "Description",
"author": "Benjamin Piouffle",
"version": "0.0.1",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "brunch watch --server",
"prod": "brunch build --production"
},
"dependencies": {
"@typicode/pegasus": "^0.3.5",
"babel-standalone": "^6.21.1",
"bulma": "^0.3.0",
"leaflet": "^1.0.2",
"moment": "^2.17.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"auto-reload-brunch": "^2.0.0",
"babel-brunch": "~6.0.0",
"babel-preset-es2015": "~6.3.13",
"babel-preset-es2016": "^6.16.0",
"babel-preset-react": "^6.16.0",
"brunch": "^2.4.0",
"clean-css-brunch": "^2.0.0",
"copycat-brunch": "^1.1.0",
"css-brunch": "^2.0.0",
"sass-brunch": "^2.9.0"
}
}