-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.29 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
{
"name": "revolutiontech-react",
"version": "1.0.0",
"license": "UNLICENSED",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"clean": "rimraf .parcel-cache dist",
"start": "parcel src/index.html",
"build": "parcel build src/index.html src/404.html",
"typecheck": "tsc --noemit",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint --fix . --ext .ts,.tsx"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-responsive-carousel": "^3.2.23",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"styled-components": "^6.1.11",
"stylis": "^4.3.2"
},
"devDependencies": {
"@parcel/resolver-glob": "^2.12.0",
"@types/lodash": "^4.17.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint": "^9.5.0",
"eslint-plugin-react": "^7.34.2",
"parcel": "^2.12.0",
"prettier": "^3.3.2",
"process": "^0.11.10",
"typescript": "^5.4.5"
}
}