-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 838 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 838 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
{
"name": "previousjs",
"version": "0.0.1",
"description": "prolly better than nextjs",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tuna GUNDUZ",
"license": "ISC",
"dependencies": {
"express": "^4.21.2",
"module-alias": "^2.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"_moduleAliases": {
"@/src": "./dist/src"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@types/express": "^5.0.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"babel-loader": "^9.2.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
}
}