-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.42 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build-export": "next build && next export",
"start": "next start",
"cypress-open": "cypress open",
"cypress-run": "cypress run --spec cypress/integration/test.spec.js --browser chrome --headless"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/styles": "^4.11.3",
"axios": "^0.24.0",
"bootstrap": "^4.6.0",
"country-list": "^2.2.0",
"cypress": "^9.0.0",
"jquery": "^3.6.0",
"js-sha256": "^0.9.0",
"moment": "^2.29.1",
"next": "^12.0.7",
"popper.js": "^1.16.1",
"react": "17.0.1",
"react-bootstrap": "^1.6.0",
"react-data-table-component": "^6.11.7",
"react-date-picker": "^8.1.1",
"react-dom": "17.0.1",
"react-dropzone": "^11.3.4",
"react-feather": "^2.0.9",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-spinners": "^0.10.6",
"react-vertical-tree": "^1.1.7",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"sass": "^1.46.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.20.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"prettier": "^2.2.1"
}
}