-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1022 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1022 Bytes
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
{
"name": "test-react-router",
"version": "1.0.0",
"description": "For testing out react router",
"main": "index.js",
"scripts": {
"start": "parcel src/index.html --https --host dev.reactcompiler.io --port 4000"
},
"keywords": [
"react",
"router"
],
"author": "Viktor Bostrand",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.24.5",
"@types/react-router-dom": "^5.3.3",
"eslint": "^8.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"parcel": "^2.12.0",
"postcss": "^8.4.38",
"prettier": "^3.2.4",
"process": "^0.11.10",
"tailwindcss": "^3.4.3"
},
"dependencies": {
"@types/node": "^20.11.24",
"babel-plugin-react-compiler": "0.0.0-experimental-c23de8d-20240515",
"react": "beta",
"react-dom": "beta",
"react-router": "^6.22.2",
"react-router-dom": "^6.22.2"
}
}