-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.68 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.68 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
{
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^3.0.0",
"@symfony/webpack-encore": "^2.0.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"core-js": "^3.0.0",
"regenerator-runtime": "^0.13.2",
"sass": "^1.52.1",
"sass-loader": "^12.0.0",
"ts-loader": "^9.0.0",
"typescript": "^4.7.2",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"@react-icons/all-files": "^4.1.0",
"@reduxjs/toolkit": "^1.8.2",
"axios": "^0.27.2",
"babel-preset-react": "^6.24.1",
"bootstrap": "^5.1.3",
"framer-motion": "^6.4.3",
"jquery": "^3.6.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.4.0",
"react-colorful": "^5.5.1",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-intersection-observer": "^9.3.5",
"react-loader-spinner": "^5.1.5",
"react-qr-code": "^2.0.7",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-switch": "^7.0.0",
"reactstrap": "^9.1.1",
"redux-persist": "^6.0.0",
"redux-persist-expire": "^1.1.0",
"redux-persist-transform-encrypt": "^3.0.1",
"simplebar-react": "^2.4.1"
}
}