This repository was archived by the owner on Jan 2, 2024. It is now read-only.
forked from animo/animo-demo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 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
{
"name": "client",
"version": "0.1.38",
"private": true,
"license": "Apache-2.0",
"description": "Findy Agency - Verifiable Credential Demo",
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"axios": "^1.6.2",
"framer-motion": "^10.16.14",
"js-base64": "^3.7.5",
"kbar": "0.1.0-beta.44",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-confetti": "^6.0.1",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-redux": "^9.0.4",
"react-responsive": "^9.0.0-beta.5",
"react-router-dom": "^6.20.1",
"redux": "^5.0.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "GENERATE_SOURCEMAP=false react-scripts test",
"eject": "GENERATE_SOURCEMAP=false react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-router": "^5.1.19",
"@types/react-router-dom": "^5.3.3",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"react-scripts": "5.0.1",
"tailwindcss": "^3.3.5",
"typescript": "~5.3.3"
}
}