This repository was archived by the owner on Sep 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.37 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.37 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@brave/leo": "github:brave-experiments/leo#main",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"json-schema-to-typescript": "^11.0.2",
"next": "latest",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@faker-js/faker": "^7.6.0",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/react": "^6.5.13",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.2",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"autoprefixer": "^10.4.8",
"babel-loader": "^8.2.5",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"postcss": "^8.4.16",
"storybook-dark-mode": "^1.1.2",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.4"
}
}