-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.89 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.89 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "my-app",
"version": "2.3.0-beta",
"private": true,
"homepage": "https://apply.interninit.com/",
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@aws-amplify/ui-react": "^0.2.21",
"@crossfield/react-read-more": "^0.2.0",
"@sentry/browser": "^5.23.0",
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^11.0.4",
"@testing-library/user-event": "^12.1.5",
"antd": "^4.6.4",
"aws-amplify": "^3.3.1",
"axios": "^0.20.0",
"bootstrap": "^4.5.2",
"form-data": "^3.0.0",
"gh-pages": "^3.2.3",
"json-loader": "^0.5.7",
"node-sass": "^4.14.1",
"password-validator": "^5.1.0",
"postcss": "^7.0.32",
"rc-animate": "^3.1.1",
"rc-queue-anim": "^1.8.5",
"rc-tween-one": "^2.7.3",
"react": "^16.13.1",
"react-confetti": "^6.0.0",
"react-dom": "^16.13.1",
"react-fade-in": "^1.1.0",
"react-icons": "^3.10.0",
"react-joyride": "^2.2.1",
"react-loading": "^2.0.3",
"react-lottie": "^1.2.3",
"react-redux": "^7.2.1",
"react-responsive": "^8.1.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"react-spring": "^8.0.27",
"react-transition-group": "^4.4.1",
"read-more-react": "^1.0.10",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"rfs": "^9.0.3",
"styled-components": "^5.2.0",
"underscore": "^1.11.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {}
}