-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.8 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.8 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "cosmos",
"version": "1.0.0",
"description": "A UI framework designed for astronomical instruments.",
"scripts": {
"build": "next build",
"start": "next start",
"test": "jest",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"deploy-storybook": "gh-pages -d storybook-static"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/CaltechOpticalObservatories/cosmos.git"
},
"bugs": {
"url": "https://github.com/CaltechOpticalObservatories/cosmos/issues"
},
"homepage": "https://github.com/CaltechOpticalObservatories/cosmos#readme",
"dependencies": {
"bootstrap": "^5.3.3",
"next": "^14.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-essentials": "^8.4.1",
"@storybook/addon-interactions": "^8.4.1",
"@storybook/addon-onboarding": "^8.4.1",
"@storybook/blocks": "^8.4.1",
"@storybook/nextjs": "^8.4.1",
"@storybook/react": "^8.4.1",
"@storybook/test": "^8.4.1",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/node": "22.8.4",
"@types/react": "^18.3.12",
"@types/testing-library__jest-dom": "^6.0.0",
"gh-pages": "^6.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"storybook": "^8.4.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"main": "jest.setup.js",
"directories": {
"test": "tests"
},
"keywords": [],
"author": "",
"license": "ISC"
}