-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 877 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
37
{
"name": "brunch-app",
"description": "Brunch.io application",
"private": true,
"author": "Brunch",
"version": "0.0.1",
"repository": "",
"scripts": {
"start": "brunch watch --server",
"build": "brunch build --production"
},
"engines": {
"node": "~10"
},
"dependencies": {
"create-react-class": "^15.6.3",
"eslint": "^6.5.1",
"moment": "^2.22.2",
"react-bootstrap": "^0.32.4",
"react-slider": "^0.11.2",
"react-spinner": "^0.2.7"
},
"devDependencies": {
"auto-reload-brunch": "^2",
"babel-brunch": "~6.0",
"babel-preset-latest": "^6",
"babel-preset-react": "^6.24.1",
"brunch": "^2",
"ciqu-react-calendar": "^1.0.2",
"clean-css-brunch": "^2",
"leaflet": "^1.3.4",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-leaflet": "^2.0.1",
"uglify-js-brunch": "^2"
}
}