-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
30 lines (30 loc) · 841 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
{
"name": "riot-mui",
"version": "0.1.1",
"description": "Set of material ui components for riot js.",
"main": "build/js/riot-mui-min.js",
"author": "Anton Miroshnichenko",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack"
},
"contributors": [
"Tim Garthwaite <[email protected]> (https://github.com/mividtim)"
],
"keywords": "riot, mui, material, interface",
"license": "MIT",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.0",
"babel-loader": "^7.0.0-beta.1",
"babel-preset-es2015-riot": "^1.1.0",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"node-sass": "^4.5.2",
"riotjs-loader": "^4.0.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.3.2"
}
}