-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.44 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.44 KB
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
54
55
56
57
58
{
"name": "hyperoop-site",
"private": true,
"version": "0.0.1",
"description": "Site representing HyperOOP",
"main": "dist/index.html",
"scripts": {
"build": "fqr build",
"start": "fqr start",
"clean": "fqr clean",
"wipe": "fqr wipe"
},
"repository": {
"type": "git",
"url": "git+https://github.com/algebraic-brain/hyperoop-site.git"
},
"keywords": [
"hyperoop",
"web",
"SPA",
"framework",
"site"
],
"author": "Osman Bineev",
"license": "MIT",
"bugs": {
"url": "https://github.com/algebraic-brain/hyperoop-site/issues"
},
"homepage": "https://github.com/algebraic-brain/hyperoop-site#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-node-resolve": "^7.0.0",
"@types/node": "^13.5.0",
"faqtor": "^0.2.10",
"faqtor-of-browser-sync": "0.0.4",
"faqtor-of-rollup": "0.0.5",
"faqtor-of-uglify": "0.0.3",
"faqtor-of-watch": "^0.1.1",
"fqr": "0.0.6",
"less": "^3.10.3",
"less-plugin-clean-css": "^1.5.1",
"rimraf": "^3.0.1",
"rollup": "^1.30.1",
"rollup-plugin-typescript2": "^0.25.3",
"toml": "^3.0.0",
"typescript": "^3.7.5",
"uikit": "^3.3.0"
},
"dependencies": {
"@types/scroll-into-view": "^1.6.7",
"hyperoop": "^1.0.0",
"hyperoop-router": "^0.1.25",
"promise-polyfill": "8.1.3",
"redoundo": "^0.1.15",
"scroll-into-view": "^1.14.1",
"whatwg-fetch": "^3.0.0"
}
}