-
-
Notifications
You must be signed in to change notification settings - Fork 426
/
package.json
100 lines (100 loc) · 2.66 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"version": "0.10.3",
"license": "MIT",
"description": "Source code for MUI",
"homepage": "https://www.muicss.com",
"browserslist": [
"last 2 versions"
],
"bugs": {
"url": "https://github.com/muicss/mui/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/muicss/mui.git"
},
"scripts": {
"build-all": "gulp build-all",
"build-examples": "gulp examples:build",
"build-e2e-tests": "gulp e2e-tests:build",
"build-packages": "gulp build-packages",
"build-cdn": "gulp cdn:build",
"build-meteor": "gulp meteor:build",
"build-npm": "gulp npm:build",
"gulp": "gulp",
"http-server": "http-server",
"test": "mocha"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-external-helpers": "^7.10.1",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@babel/register": "^7.10.1",
"@babel/standalone": "^7.10.2",
"angular": "^1.7.9",
"angular-mocks": "^1.7.9",
"array-equal": "^1.0.0",
"autoprefixer": "^9.8.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babelify": "^10.0.0",
"browserify": "^16.5.1",
"create-react-class": "^15.6.3",
"del": "^5.1.0",
"each-async": "^1.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-chain": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-copy": "4.0.1",
"gulp-cssmin": "^0.2.0",
"gulp-dart-sass": "^1.0.1",
"gulp-inject-string": "^1.1.2",
"gulp-inline-css": "^3.5.0",
"gulp-inline-source": "^4.0.0",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^2.0.3",
"gulp-ng-annotate": "^2.1.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-rtlcss": "1.4.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"jsdom": "^16.2.2",
"jsdom-global": "^3.0.2",
"jshint": "^2.11.1",
"merge-stream": "^2.0.0",
"mocha": "^7.2.0",
"react": "^16.13.1",
"react-addons-shallow-compare": "^15.6.2",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"reactify": "^1.1.1",
"readable-wrap": "^1.0.0",
"streamqueue": "^1.1.2",
"stringify": "^5.2.0",
"synthetic-dom-events": "^0.3.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"whatwg-url-compat": "^0.6.5",
"xmlhttprequest": "^1.8.0"
},
"engines": {
"npm": ">=3.3.12"
},
"jspm": {
"directories": {
"lib": "dist"
}
},
"mocha": {
"recursive": true,
"require": [
"./test/before-compilers.js",
"@babel/register"
]
}
}