-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
{
"name": "tiktok",
"private": true,
"version": "0.0.0",
"description": "Tiktok clone",
"main": "vite.config.js",
"keywords": [
"tiktok",
"tiktok-clone"
],
"author": "Tran Huu Toan",
"license": "ISC",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.6",
"@tippyjs/react": "^4.2.6",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"dotenv": "^16.0.3",
"normalize.css": "^8.0.1",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hook-form": "^7.37.0",
"react-icons": "^4.4.0",
"react-infinite-scroll-component": "^6.1.0",
"react-modal": "^3.16.1",
"react-redux": "^8.0.4",
"react-router-dom": "^6.3.0",
"use-debounce": "^8.0.4"
},
"devDependencies": {
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"babel-plugin-module-resolver": "^5.0.0",
"sass": "^1.51.0",
"vite": "^2.9.15",
"vite-plugin-babel": "^1.0.0"
}
}