-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.45 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
{
"name": "varnalab.github.io",
"version": "1.0.0",
"private": true,
"description": "varnalab.github.io",
"keywords": [],
"license": "MIT",
"homepage": "https://varnalab.github.io",
"author": "Simeon Velichkov <[email protected]> (https://simov.github.io)",
"repository": {
"type": "git",
"url": "https://github.com/varnalab/varnalab.github.io.git"
},
"dependencies": {
"@material/button": "^0.3.11",
"@material/card": "^0.2.10",
"@material/dialog": "^0.3.5",
"@material/drawer": "^0.5.9",
"@material/fab": "^0.3.16",
"@material/list": "^0.2.20",
"@material/menu": "^0.4.8",
"@material/ripple": "^0.8.8",
"@material/snackbar": "^0.3.6",
"@material/textfield": "^0.3.6",
"@material/toolbar": "^0.4.11",
"@material/typography": "^0.3.0"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-preset-es2015": "^6.24.1",
"csso": "^3.3.1",
"express": "^4.16.2",
"html": "^1.0.0",
"minimist": "^1.2.0",
"mithril": "^1.1.5",
"mithril-node-render": "^2.2.0",
"mocha": "^3.5.3",
"puppeteer": "^0.9.0",
"rollup": "^0.47.6",
"rollup-plugin-commonjs": "^8.2.4",
"rollup-plugin-node-resolve": "^3.0.0",
"serve-static": "^1.13.1",
"uglify-js": "^3.1.4",
"varnalab-api": "git+https://github.com/simov/varnalab-api.git#HEAD"
},
"main": "",
"files": [],
"scripts": {},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
}
}