-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.23 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
{
"name": "material-webcomponents-site",
"version": "1.0.0",
"description": "Site for material-webcomponents",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel src/index.html",
"build": "parcel build src/index.html --public-url ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/san2beerelli/material-webcomponents-site.git"
},
"keywords": [
"material-webcomponents"
],
"author": "Santhosh Beerelli <san2beerelli@gmail.com> (http://san2beerelli.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/san2beerelli/material-webcomponents-site/issues"
},
"homepage": "https://github.com/san2beerelli/material-webcomponents-site#readme",
"devDependencies": {
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"parcel-bundler": "1.3.1"
},
"dependencies": {
"polished": "1.9.0",
"prop-types": "^15.6.0",
"query-string": "^5.0.1",
"react": "16.2.0",
"react-dependent-script": "1.1.0",
"react-dom": "16.2.0",
"react-live": "1.7.1",
"react-markdown": "3.1.3",
"react-router-dom": "^4.2.2",
"react-treeview": "0.4.7",
"styled-components": "2.4.0"
}
}