-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 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
{
"name": "react-twitter-clone",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"icon": "svgr icons -d components/icons --icon --replace-attr-values \"#fff=currentColor\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/oktayaydogan/react-twitter-clone.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/oktayaydogan/react-twitter-clone/issues"
},
"homepage": "https://github.com/oktayaydogan/react-twitter-clone#readme",
"dependencies": {
"next": "^13.5.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/react": "^5.3.19",
"@svgr/cli": "^5.4.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.3",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.2.1",
"prettier": "^2.0.5",
"style-loader": "^1.2.1"
}
}