-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
86 lines (86 loc) · 2.75 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "hypercritical",
"version": "1.0.0",
"description": "Hypercritical is a cutting-edge digital design and tech studio based in Kenya, specializing in crafting functional digital experiences through web app design and development",
"main": "./js/main/main.js",
"scripts": {
"start": "cross-env NODE_ENV=development http-server public",
"build": "cross-env NODE_ENV=production webpack --mode production",
"watch": "cross-env NODE_ENV=development webpack --mode development --watch && npx tailwindcss -i ./css/tailwind.css -o ./src/tailwind-output.css --watch",
"test": "cross-env NODE_ENV=test jest",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vickkie/Hypercritical.git"
},
"keywords": [
"Hypercritical"
],
"author": "uzitrake",
"license": "ISC",
"bugs": {
"url": "https://github.com/vickkie/Hypercritical/issues"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.23.3",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.3.0",
"@types/chart.js": "^2.9.41",
"@types/gsap": "^3.0.0",
"@types/lozad": "^1.16.4",
"@types/react-dom": "^18.2.24",
"@types/splitting": "^1.0.6",
"@types/webpack-dotenv-plugin": "^2.0.8",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^6.0.0",
"cross-env": "^7.0.3",
"css-loader": "^5.0.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"dotenv-webpack": "^8.0.1",
"html-minimizer-webpack-plugin": "^5.0.0",
"html-webpack-plugin": "^5.0.0",
"http-server": "^14.1.1",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^2.8.1",
"postcss": "^8.4.38",
"purgecss": "^6.0.0",
"style-loader": "^2.0.0",
"tailwindcss": "^3.4.4",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"ws": ">=7.5.10"
},
"dependencies": {
"@builder.io/partytown": "^0.10.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@studio-freight/lenis": "^1.0.39",
"body-parser": "^1.20.2",
"chart.js": "2.9.4",
"clsx": "^2.1.1",
"firebase": "^10.11.0",
"gsap": "^3.12.5",
"lozad": "^1.16.0",
"mouse-follower": "^1.1.2",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"react-spring": "^9.7.3",
"reeller": "^0.0.5",
"splitting": "^1.0.6",
"sweetalert2": "^11.11.0",
"swiper": "^11.1.1",
"uuid": "^9.0.1"
}
}