forked from NathanGrimaud/material-color-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.25 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
{
"name": "md-color-picker",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "webpack --progress --colors --mode production --config webpack.prod.js",
"watch": "webpack --progress --colors --watch --mode development --config webpack.dev.js"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"flow-bin": "^0.67.1",
"node-sass": "^4.8.1",
"sass-loader": "^6.0.7",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.11",
"@material/elevation": "^0.28.0",
"@material/ripple": "^0.32.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"babili-webpack-plugin": "^0.1.2",
"css-loader": "^0.28.10",
"flow-runtime": "^0.17.0",
"lodash.map": "^4.6.0",
"lodash.omit": "^4.5.0",
"material-colors": "^1.2.5",
"space-lift": "^0.6.5",
"style-loader": "^0.20.3",
"svg-inline-loader": "^0.8.0",
"uglifyjs-webpack-plugin": "^1.2.3",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-merge": "^4.1.2",
"wolfy87-eventemitter": "^5.2.1"
},
"dependencies": {}
}