-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.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
{
"name": "andressacruz_me",
"version": "1.0.0",
"description": "Some stuffs and a little bit of me.",
"main": "index.js",
"scripts": {
"dev": "NODE_OPTIONS='-r @newrelic/next' next dev",
"build": "next build",
"start": "NODE_OPTIONS='-r @newrelic/next' next start",
"lint": "next lint",
"test": "jest",
"storybook": "storybook dev -p 6006 -s app/components",
"build-storybook": "storybook build -s app/components",
"chromatic": "npx chromatic"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/theendie/endie.git"
},
"author": {
"name": "Andressa Cruz"
},
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/theendie/endie/issues"
},
"homepage": "http://andressacruz.com",
"dependencies": {
"@newrelic/next": "^0.7.0",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"newrelic": "^11.6.0",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"storybook": "^7.6.3"
},
"engines": {
"node": "20.7.0",
"npm": "10.1.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.3",
"@storybook/addon-interactions": "^7.6.3",
"@storybook/addon-links": "^7.6.3",
"@storybook/addon-onboarding": "^1.0.9",
"@storybook/blocks": "^7.6.3",
"@storybook/nextjs": "^7.6.3",
"@storybook/react": "^7.6.3",
"@storybook/test": "^7.6.3",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"chromatic": "^10.0.0",
"eslint-plugin-storybook": "^0.6.15",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"testing-library": "^0.0.2"
},
"readme": "README.md",
"_id": "[email protected]"
}