-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.75 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "nextjs-ai-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npm run build:gaurdrails && next build",
"build:gaurdrails": "pip3 install guardrails-ai && pip3 show guardrails-ai",
"build:create-component-action": "cd .github/actions/create-component && npm run build",
"build:pull-request-comment-action": "cd .github/actions/pull-request-comment && npm run build",
"build:update-component-action": "cd .github/actions/update-component && npm run build",
"build:actions": "npm run build:create-component-action && npm run build:pull-request-comment-action && npm run build:update-component-action",
"precommit": "npm run lint && npm run prettier && npm run build:actions",
"test": "jest",
"start": "next start",
"lint": "next lint",
"prettier": "npx prettier --write src",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "chromatic --exit-zero-on-changes"
},
"dependencies": {
"@babel/core": "^7.21.5",
"@storybook/react-docgen-typescript-plugin": "1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"chalk": "^5.2.0",
"daisyui": "^2.51.5",
"dedent": "^0.7.0",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"eventsource-parser": "^0.1.0",
"framer-motion": "^10.12.5",
"mathjs": "^11.7.0",
"next": "13.2.3",
"openai": "^3.2.1",
"postcss-loader": "^7.3.0",
"react": "18.2.0",
"react-aria-components": "1.0.0-alpha.3",
"react-dom": "18.2.0",
"react-element-to-jsx-string": "14.3.4",
"require-from-string": "^2.0.2",
"sql.js-httpvfs": "^0.8.12",
"ts-dedent": "^2.2.0",
"typescript": "5.1.0-dev.20230311",
"window.ai": "^0.1.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@storybook/addon-actions": "^6.5.0",
"@storybook/addon-essentials": "^6.5.0",
"@storybook/addon-interactions": "^6.5.0",
"@storybook/addon-links": "^6.5.0",
"@storybook/builder-webpack5": "^6.5.0",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.0",
"@storybook/testing-library": "^0.0.14-next.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^8.3.0",
"chromatic": "^6.17.3",
"eslint-plugin-storybook": "^0.6.11",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"raw-loader": "^4.0.2",
"storybook": "^6.5.0",
"tailwindcss": "^3.3.1",
"webpack": "^5.77.0"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}