forked from seancy/se-react-tab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.73 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
55
56
57
58
59
60
{
"name": "lt-react-tab",
"version": "2.0.1",
"main": "dist/component.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.config.js ",
"build": "webpack --config webpack.prod.config.js --mode production",
"dev": "webpack --mode development",
"transpile": "babel src -d dist --copy-files",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sean",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/plugin-transform-spread": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@svgr/webpack": "^5.0.1",
"babel-loader": "^8.0.6",
"babel-plugin-inline-react-svg": "^1.1.1",
"css-loader": "^3.4.2",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"path": "^0.12.7",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2"
},
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"dependencies": {
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Learningtribes/lt-react-checkbox-group.git"
},
"keywords": [
"react",
"tab"
],
"bugs": {
"url": "https://github.com/Learningtribes/lt-react-checkbox-group/issues"
},
"homepage": "https://github.com/Learningtribes/lt-react-checkbox-group#readme",
"description": "tab"
}