-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 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
{
"name": "bookingsys",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.16.2",
"classnames": "^2.2.5",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-range": "^3.0.3",
"moment-thai-solar-calendar": "^0.1.2",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-addons-transition-group": "^15.6.0",
"react-datetime": "^2.9.0",
"react-day-picker": "^6.1.0",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"react-select": "^1.0.0-rc.10",
"react-table": "^6.5.1",
"reactstrap": "^4.8.0",
"redux": "^3.7.1",
"redux-form": "^6.8.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-sass": "^3.1.0",
"react-scripts": "1.0.10"
},
"scripts": {
"start": "PORT=3001 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}