-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1021 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
35
36
37
38
39
{
"name": "card-slider-test",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "babel ./src --out-dir ./dist",
"storybook": "start-storybook",
"buildwebpack": "webpack --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VidTi/card-slider-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/VidTi/card-slider-test/issues"
},
"homepage": "https://github.com/VidTi/card-slider-test#readme",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@storybook/react": "^5.3.18",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"style-loader": "^1.2.1",
"styled-components": "^3.4.10",
"webpack-cli": "^3.3.11"
},
"peerDependencies": {
"styled-components": ">= 3"
}
}