-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
56 lines (56 loc) · 1.6 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
{
"name": "SnapGrid",
"version": "1.0.0",
"description": "",
"scripts": {
"format": "prettier --write \"src/**/*.js\"",
"start": "parcel index.html",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build index.html"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"os-browserify": "^0.3.0",
"parcel": "^2.9.3",
"path-browserify": "^1.0.1",
"postcss": "^8.4.24",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.3.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.17",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.2",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.9",
"dotenv": "^16.3.1",
"react": "^18.2.0",
"react-code-blocks": "^0.1.4",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-infinite-scroll-component": "^6.1.0",
"react-lottie": "^1.2.3",
"react-router-dom": "^6.18.0",
"react-share": "^4.4.1",
"typescript": "^5.2.2"
},
"overrides": {
"react-lottie": {
"react": "^0.14.7 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
}
}
}