-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
71 lines (71 loc) · 2.04 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "material-ui-slider",
"version": "3.0.8",
"description": "Slider For Material-UI 1.0.0",
"private": true,
"author": "Hubert<[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/aceHubert/material-ui-slider.git"
},
"keywords": [
"material-ui",
"slider",
"react"
],
"homepage": "https://acehubert.github.io/material-ui-slider/",
"scripts": {
"start": "react-scripts-configs start",
"build": "react-scripts-configs build",
"test": "react-scripts-configs test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src docs --quiet",
"release": "yarn version && ./builds/scripts/release.sh",
"deploy": "./builds/scripts/deploy.sh"
},
"dependencies": {
"classnames": "^2.2.5",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"lodash.isnumber": "^3.0.3",
"lodash.isundefined": "^3.0.1",
"prop-types": "^15.6.1"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/standalone": "^7.0.0",
"@material-ui/core": "^3.3.1",
"@material-ui/icons": "^3.0.1",
"babel-eslint": "9.0.0",
"babel-jest": "23.6.0",
"babel-loader": "8.0.4",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.19",
"codemirror": "5.38.0",
"eslint": "5.6.0",
"eslint-config-react-app": "^3.0.4",
"eslint-loader": "2.1.1",
"eslint-plugin-flowtype": "2.50.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.1",
"marked": "^0.4.0",
"prismjs": "^1.14.0",
"raw-loader": "^0.5.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-scripts": "2.0.5",
"react-scripts-configs": "^0.0.12"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}