-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "codercorner",
"version": "1.0.0",
"description": "A place to develop developers",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write \"src/**/*{js,jsx,ts,tsx}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AreaerA/CoderCorner.git"
},
"author": "Areaera",
"license": "MIT",
"bugs": {
"url": "https://github.com/AreaerA/CoderCorner/issues"
},
"homepage": "https://github.com/AreaerA/CoderCorner#readme",
"dependencies": {
"dotenv": "^16.0.3",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.7.0",
"sort-by": "^1.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.0.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"jest": "^29.4.1",
"prettier": "^2.8.1",
"sass": "^1.56.2",
"vite": "^4.0.0",
"vitest": "^0.28.2"
}
}