-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.4 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.4 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
{
"name": "reactmuicustomized",
"version": "0.0.1",
"description": "React MUI library customized to support validation and React DnD",
"main": "lib/reactmuicustomized",
"scripts": {
"build": "webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GSingh01/ReactMUICustomized.git"
},
"author": "Guriqbal Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/GSingh01/ReactMUICustomized/issues"
},
"homepage": "https://github.com/GSingh01/ReactMUICustomized#readme",
"dependencies": {
"material-ui": "^0.17.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-tap-event-plugin": "^2.0.1"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-jest": "^19.0.0",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"eslint": "^3.18.0",
"eslint-loader": "^1.7.0",
"eslint-plugin-react": "^6.10.3",
"jest": "^19.0.2",
"regenerator-runtime": "^0.10.3",
"webpack": "^2.3.2",
"yargs": "^7.0.2"
},
"keywords": [
"react",
"react-component"
]
}