-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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
{
"name": "elegant-react-tabs",
"version": "0.1.1",
"description": "Simple but elegant Tabs component for react",
"main": "build/index.js",
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0"
},
"scripts": {
"start": "webpack --watch",
"build": "cross-env NODE_ENV=production webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zutigrm/react-tabs.git"
},
"keywords": [
"react-tabs",
"tabs",
"tabs for react",
"react tabs",
"react",
"tabs component",
"react component"
],
"author": "Aleksej Vukomanovic <themeflection.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zutigrm/react-tabs/issues"
},
"homepage": "https://github.com/zutigrm/react-tabs#readme",
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"cross-env": "^5.2.0",
"webpack-cli": "^3.3.5",
"css-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"node-sass": "^4.12.0",
"style-loader": "^0.23.1",
"webpack": "^4.35.3"
}
}