-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1.15 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
{
"name": "webstar-project",
"version": "1.0.0",
"description": "![computing cat](https://github.com/Deolys/webstar-project/assets/150851609/0f054af7-84b8-439f-9a0f-44d393cb6f9a)",
"main": "./src/index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ijl-cli server --port=8099 --with-open-browser",
"build": "npm run clean && ijl-cli build --dev",
"build:prod": "npm run clean && ijl-cli build",
"eslint": "npx eslint src",
"clean": "rimraf dist"
},
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/styled": "^11.11.5",
"@ijl/cli": "^5.1.0",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"express": "^4.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.0",
"typescript": "^5.4.4"
},
"devDependencies": {
"@eslint/compat": "^1.0.1",
"@eslint/js": "^9.3.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.3.0",
"typescript-eslint": "^7.10.0"
}
}