-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.46 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
{
"name": "flippie",
"version": "0.1.1",
"description": "card components with awesome flip animations",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && tsc --build tsconfig.json",
"sb": "start-storybook -p 6006",
"sb:build": "build-storybook"
},
"keywords": [
"js",
"cards",
"flip"
],
"repository": {
"type": "git",
"url": "https://github.com/shubhamzanwar/flippie.git"
},
"author": "Shubham Zanwar",
"license": "ISC",
"peerDependencies": {
"react": ">=16.6.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@storybook/addon-actions": "^5.3.17",
"@storybook/addon-links": "^5.3.17",
"@storybook/addons": "^5.3.17",
"@storybook/cli": "^5.3.17",
"@storybook/react": "^5.3.17",
"@types/events": "^3.0.0",
"@types/react": "^16.9.23",
"@types/styled-components": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"babel-loader": "^8.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"ts-loader": "^6.2.2",
"typescript": "^3.8.2"
},
"dependencies": {
"styled-components": "^5.0.1"
}
}