-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.56 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
{
"name": "preact-mdc-demo",
"version": "0.2.0",
"description": "Examples on how to use preact-mdc material design components.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_ENV=production BABEL_ENV=production webpack",
"dev": "cross-env NODE_ENV=development TARGET=web webpack-dev-server --inline --hot --progress"
},
"author": "Bernd Wessels",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.0.0",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-class-properties": "^6.0.0",
"babel-plugin-transform-object-rest-spread": "^6.0.0",
"babel-plugin-transform-react-jsx": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"bundle-loader": "^0.5.0",
"clean-webpack-plugin": "^0.1.0",
"copy-webpack-plugin": "^4.0.0",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.11.0",
"glob": "^7.0.0",
"html-webpack-plugin": "^2.0.0",
"node-sass": "^4.0.0",
"postcss-loader": "^1.0.0",
"resolve-url-loader": "^2.0.0",
"sass-loader": "^6.0.0",
"style-loader": "^0.16.0",
"webpack": "^2.0.0",
"webpack-dev-server": "^2.0.0"
},
"dependencies": {
"classnames": "^2.0.0",
"material-components-web": "^0.8.0",
"material-design-icons": "^3.0.0",
"preact": "^8.0.0",
"preact-compat": "^3.0.0",
"preact-mdc": "^0.1.0",
"react-router": "4.0.0",
"react-router-dom": "4.0.0",
"roboto-fontface": "^0.7.0"
}
}