forked from DHTMLX/react-suite-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 982 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": "react-demo",
"version": "0.1.0",
"private": true,
"homepage": " https://dhtmlx.github.io/react-widgets/",
"dependencies": {
"@mdi/font": "^3.8.95",
"dhx-pivot": "^1.4.0",
"dhx-richtext": "^1.1.1",
"dhx-spreadsheet": "^3.0.0",
"dhx-suite": "^6.4.1",
"dhx-treegrid": "^6.1.5",
"dhx-vault": "^3.0.0",
"from-cdn": "^1.0.0",
"loadash": "^1.0.0",
"react": "^16.8.0",
"react-app-polyfill": "^1.0.5",
"react-dom": "^16.8.0",
"react-redux": "^7.1.3",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"react-thunk": "^1.0.0",
"redux": "^4.0.4",
"smoothscroll-polyfill": "^0.4.4",
"thunk": "^0.0.1"
},
"scripts": {
"deploy": "yarn run build && yarn gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"gh-pages": "^2.1.1"
}
}