-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
{
"name": "componentdriven.org",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"storybook": "start-storybook -s ./public -p 6006",
"build-storybook": "build-storybook -s ./public"
},
"dependencies": {
"@storybook/design-system": "^5.1.5",
"framer-motion": "^2.3.0",
"next": "9.5.0",
"polished": "^3.6.5",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-github-button": "^0.1.11",
"react-intersection-observer": "^8.26.2",
"styled-components": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@next/plugin-storybook": "^9.5.0",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addon-viewport": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/react": "^5.3.19",
"@types/node": "^14.0.26",
"@types/react": "^16.9.43",
"@types/styled-components": "^5.1.1",
"babel-loader": "^8.1.0",
"babel-plugin-inline-react-svg": "^1.1.1",
"chromatic": "^5.0.0",
"tslint": "^6.1.2",
"typescript": "^3.9.7"
}
}