-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.31 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
{
"homepage": "https://AjayShivanagol.github.io/react-nestead-table",
"name": "react",
"version": "1.0.0",
"description": "React example starter project",
"keywords": [
"react",
"starter"
],
"main": "src/index.js",
"dependencies": {
"@types/react-router-dom": "5.3.2",
"jquery": "^3.6.0",
"lodash": "4.17.21",
"multiselect-react-dropdown": "^2.0.7",
"prop-types": "15.7.2",
"react": "17.0.2",
"bootstrap": "^5.1.3",
"chance": "^1.0.12",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"react-bootstrap": "^2.0.1",
"react-dom": "17.0.2",
"react-medium-image-zoom": "^3.0.5",
"react-router-dom": "6.0.2",
"react-scripts": "4.0.0",
"react-show-more": "^2.0.0",
"react-table": "^6.7.5",
"react-tabs": "^3.2.2",
"react-table-6": "6.11.0",
"style-loader": "^2.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"gh-pages": "^3.2.3",
"typescript": "4.1.3"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}