-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.85 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
{
"name": "phat_app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "https://Phat-pham99.github.io",
"scripts": {
"build-dev": "webpack --config ./webpack.dev.js",
"build-prod": "webpack --config ./webpack.prod.js",
"deploy": "gh-pages -d build",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node testserver.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/preset-flow": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"antd": "^5.1.7",
"axios": "^1.3.2",
"core-js": "^2.5.7",
"html-loader": "^4.2.0",
"html-webpack-root-plugin": "^0.10.0",
"Postcss": "npm:postcss@^8.4.21",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-facebook": "^9.0.12",
"react-helmet": "^6.1.0",
"react-moment": "^1.1.3",
"react-particles": "^2.9.3",
"react-router-dom": "^6.7.0",
"react-typing-effect": "^2.0.5",
"rsuite": "^5.25.0",
"tsparticles": "^2.9.3"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.0.1",
"css-loader": "^6.7.3",
"eslint": "^8.36.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.32.2",
"file-loader": "^6.2.0",
"gh-pages": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"postcss": "^8.4.18",
"postcss-loader": "^7.0.1",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.2",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}