-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
executable file
·60 lines (60 loc) · 1.55 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
58
59
60
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.6.6",
"auth0-js": "9.3.0",
"axios": "^0.18.0",
"install": "^0.12.1",
"jquery": "^3.3.1",
"jquery-ui": "^1.12.1",
"jwt-decode": "^2.1.0",
"npm": "^6.1.0",
"popper.js": "^1.14.3",
"radium": "^0.24.1",
"react": "^16.4.0",
"react-animations": "^1.0.0",
"react-bootstrap-carousel": "^3.1.0",
"react-countup": "^3.0.3",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
"react-if-elseif-else-render": "^1.0.2",
"react-input-range": "^1.3.0",
"react-jqueryui": "^0.1.0",
"react-motion": "^0.5.2",
"react-native-checkbox-group": "^1.0.3",
"react-redux-toastr": "^7.3.0",
"react-responsive-modal": "^3.0.3",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-spinners": "^0.3.2",
"react-swipe-to-delete-component": "^0.3.4",
"react-toaster-js": "0.0.1",
"react-toastify": "^4.1.0",
"react-validation": "^3.0.7",
"simple-react-validator": "0.0.8",
"sweetalert-react": "^0.4.11",
"toastr": "^2.1.4",
"underscore": "^1.9.1",
"validator": "^10.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"jquery": true
}
},
"devDependencies": {
"@types/jquery": "^3.3.2"
}
}