-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.78 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
{
"name": "dashboard-pemandu-tani",
"version": "0.1.0",
"private": true,
"devDependencies": {
"node-sass": "^4.5.3",
"react-scripts": "1.0.11"
},
"dependencies": {
"axios": "^0.16.2",
"bootstrap": "^3.3.7",
"es6-promise": "^4.1.1",
"history": "^4.6.3",
"html-to-react": "^1.2.11",
"isomorphic-fetch": "^2.2.1",
"react": "^15.6.1",
"react-autobind": "^1.0.6",
"react-autocomplete": "^1.7.2",
"react-autosuggest": "^9.3.2",
"react-burger-menu": "^2.1.6",
"react-chartjs-2": "^2.6.2",
"react-collapse": "^4.0.3",
"react-cookie": "^1.0.5",
"react-datepicker": "^0.54.0",
"react-dom": "^15.6.1",
"react-google-maps": "^9.4.3",
"react-motion": "^0.5.1",
"react-paginate": "^4.4.3",
"react-redux": "^5.0.6",
"react-router-dom": "^4.1.2",
"react-router-redux": "^5.0.0-alpha.6",
"react-select": "^1.0.0-rc.10",
"react-tag-input": "^4.7.2",
"react-tagsinput": "^3.17.0",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "npm run watch-css & react-scripts start",
"build": "npm run build-css & react-scripts build",
"build-css": "node-sass src/stylesheet/main.scss src/stylesheet/main.css",
"watch-css": "npm run build-css && node-sass src/stylesheet/main.scss src/stylesheet/main.css -w",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/exera/pemandu-rukman-dashboard.git"
},
"author": "Adelsa",
"license": "ISC",
"homepage": "."
}