-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.67 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": "locus",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:report": "npx mochawesome-merge \"cypress/reports/*.json\" > mochawesome.json && npx marge mochawesome.json && rm -rf mochawesome.json && rm -rf cypress/reports/*.json"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"axios": "^0.22.0",
"next": "^11.1.2",
"next-images": "^1.8.1",
"react": "^17.0.2",
"react-cssfx-loading": "^1.0.3",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-google-login": "^5.2.2"
},
"devDependencies": {
"@types/node": "^16.10.2",
"@types/react": "^17.0.26",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"babel-plugin-inline-react-svg": "^2.0.1",
"cypress": "^8.5.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-standard": "^5.0.0",
"mochawesome": "^6.3.0",
"mochawesome-merge": "^4.2.0",
"mochawesome-report-generator": "^5.2.0",
"prettier": "^2.4.1",
"typescript": "^4.4.3"
}
}