-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 853 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 853 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
{
"name": "cortex-prototype",
"version": "1.0.0",
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"vite": "^5.4.21",
"vite-plugin-ruby": "^5.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshuabanjopro/prototype-cortex.git"
},
"type": "commonjs",
"bugs": {
"url": "https://github.com/joshuabanjopro/prototype-cortex/issues"
},
"homepage": "https://github.com/joshuabanjopro/prototype-cortex#readme"
}