-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1021 Bytes
/
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
{
"name": "pod",
"description": "Learn English the easy way",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"axios": "^1.3.4",
"classnames": "^2.5.1",
"domutils": "^3.1.0",
"htmlparser2": "^9.1.0",
"jspdf": "^2.5.2",
"path": "^0.12.7",
"process": "^0.11.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.4.3",
"string-similarity": "^4.0.4",
"tailwindcss": "^3.4.4",
"wavesurfer.js": "^7.7.15"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "10.4.13",
"eslint": "8.23.1",
"postcss": "^8.4.38",
"sass": "1.54.9",
"typescript": "4.8.3",
"vite": "^5.3.1"
}
}