-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 877 Bytes
/
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
{
"name": "rigger",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "start-storybook -p 6006",
"predeploy": "build-storybook",
"deploy": "gh-pages -d storybook-static"
},
"keywords": [],
"author": "Nikita Balikhin",
"license": "ISC",
"dependencies": {
"ramda": "^0.27.1",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"styled-components": "~5.3.0"
},
"devDependencies": {
"@babel/core": "~7.15.0",
"@storybook/addon-actions": "~6.3.7",
"@storybook/addon-essentials": "~6.3.7",
"@storybook/addon-links": "~6.3.7",
"@storybook/react": "~6.3.7",
"@types/ramda": "^0.27.44",
"@types/react": "~17.0.18",
"@types/react-dom": "~17.0.9",
"@types/styled-components": "~5.1.12",
"babel-loader": "~8.2.2",
"gh-pages": "~3.2.3",
"typescript": "~4.3.5"
}
}