forked from seancy/se-react-data-list
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.97 KB
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
61
62
63
64
65
66
67
68
{
"name": "lt-react-data-list",
"version": "2.0.4",
"main": "dist/component.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.config.js ",
"build": "webpack --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",
"file-loader": "^5.1.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"mocker-api": "^1.13.1",
"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": {
"copy-webpack-plugin": "^5.1.1",
"i18next": "^19.1.0",
"i18next-browser-languagedetector": "^4.0.1",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-i18next": "^11.3.1",
"lt-react-dropdown": "^2.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Learningtribes/lt-react-checkbox-group.git"
},
"keywords": [
"react",
"date",
"range"
],
"bugs": {
"url": "https://github.com/Learningtribes/lt-react-checkbox-group/issues"
},
"homepage": "https://github.com/Learningtribes/lt-react-checkbox-group#readme",
"description": "scope element Dropdown"
}