-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.23 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
{
"name": "admin-snoptify",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.0.3",
"@material-ui/icons": "^3.0.1",
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"concurrently": "^4.0.1",
"datatables.net": "^1.10.19",
"datatables.net-bs": "^1.10.19",
"draftjs-to-html": "^0.8.4",
"firebase": "^5.4.2",
"html-to-draftjs": "^1.4.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"node-sass": "^4.9.3",
"react": "^16.4.2",
"react-dev-utils": "^5.0.0",
"react-dom": "^16.4.2",
"react-draft-wysiwyg": "^1.12.13",
"react-icons-kit": "^1.1.10",
"react-redux": "^5.0.7",
"react-redux-sweetalert": "^1.0.2",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.5",
"react-table": "^6.8.6",
"react-toastify": "^4.1.0",
"reactstrap": "^6.4.0",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"compile:sass": "node-sass src/scss/index.scss src/index.css -w",
"dev": "concurrently --kill-others \"npm run start\" \"npm run compile:sass\""
}
}