forked from nataliephanphengdy/material-ui-merge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1010 Bytes
/
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
{
"name": "material-ui",
"version": "1.0.0",
"description": "Material UI integrated with UXPin Merge",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"push": "uxpin-merge push",
"start": "uxpin-merge --disable-tunneling"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.0.0-rc.0",
"@uxpin/merge-cli": "^2.7.3",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.4",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-dom": "^16.5.2",
"react-emotion": "^9.2.12",
"source-map-loader": "^0.2.4",
"svg-react-loader": "^0.4.6",
"webpack": "^4.22.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@material-ui/styles": "^4.0.0-rc.0",
"request": "^2.88.0"
}
}