-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.08 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
61
62
63
64
{
"homepage": "https://vsree345.github.io/AuthGen-Frontend",
"name": "AuthGen-Frontend",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.13",
"@mui/material": "^5.15.13",
"@quarkly/atomize": "1.0.20",
"@quarkly/community-kit": "0.0.87",
"@quarkly/components": "0.2.75",
"@quarkly/widgets": "0.2.75",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"framer-motion": "^10.16.16",
"ldrs": "^1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-drag-drop-files": "^2.3.10",
"react-helmet": "latest",
"react-icons": "^3.9.0",
"react-loader-spinner": "^6.1.0",
"react-router-dom": "^5.1.2",
"react-router-hash-link": "^1.2.2",
"react-scripts": "^3.4.4",
"string-similarity": "^4.0.4",
"styled-components": "^5.0.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts --openssl-legacy-provider start",
"build": "npm run sitemap && react-scripts --openssl-legacy-provider build",
"build:ci": "cross-env npm run build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"sitemap": "node ./sitemap-builder.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"quarklyMeta": {
"projectUid": "6575b98c1d712a00232c66de",
"type": "create-react-app"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/register": "^7.13.16",
"babel-plugin-module-resolver": "^4.1.0",
"cross-env": "^7.0.3",
"gh-pages": "^6.1.1",
"react-router-sitemap": "^1.2.0"
},
"version": "0.1.0",
"private": true
}