This repository was archived by the owner on May 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.23 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.23 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"engines": {
"node": ">=6",
"npm": ">=3"
},
"babel": {
"presets": [
"env"
]
},
"configs": {
"directories": {
"dist": "dist",
"src": "src"
}
},
"homepage": "https://docs.arkane.network/",
"license": "",
"name": "arkane-network-documentation",
"scripts": {
"gulp": "npx gulp build",
"assemble": "npx gulp gulp-assemble",
"watch": "npx gulp watch",
"asciidoc": "npx ts-node generateDoc.ts",
"serve": "npx http-server -p 4422 ./dist",
"build": "npm run gulp && npm run asciidoc && npm run assemble",
"build-serve": "npm run build && npm run serve"
},
"version": "0.0.1",
"description": "A professional front-end template for building fast, robust, and adaptable web apps or sites.",
"files": [
"package.json",
"dist/",
"modernizr-config.json"
],
"repository": {
"type": "git",
"url": ""
},
"devDependencies": {
"@alrra/travis-scripts": "3.0.1",
"@types/node": "10.12.17",
"apache-server-configs": "3.0.0",
"archiver": "2.1.1",
"asciidoctor.js": "1.5.9",
"assemble": "0.24.3",
"babel-core": "6.26.3",
"babel-preset-env": "1.6.1",
"babel-register": "6.26.0",
"compass-importer": "0.4.1",
"del": "3.0.0",
"eslint": "4.19.1",
"eslint-config-recommended": "2.0.0",
"eslint-plugin-mocha": "5.0.0",
"glob": "7.1.2",
"grunt": "0.4.5",
"grunt-assemble": "0.6.3",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "~0.4.1",
"gulp": "3.9.0",
"gulp-autoprefixer": "5.0.0",
"gulp-babel": "8.0.0",
"gulp-eslint": "4.0.2",
"gulp-header": "2.0.5",
"gulp-jscs": "4.1.0",
"gulp-load-plugins": "1.5.0",
"gulp-npm-dist": "1.0.2",
"gulp-rename": "1.4.0",
"gulp-replace": "0.6.1",
"gulp-sass": "4.0.2",
"gulp-watch": "5.0.1",
"handlebars": "4.1.2",
"http-server": "0.11.1",
"logging-helpers": "1.0.0",
"mocha": "5.1.1",
"modernizr": "3.6.0",
"normalize.css": "8.0.0",
"run-sequence": "2.2.1",
"serve": "10.1.1",
"ssri": "6.0.0",
"strip-json-comments": "2.0.1",
"travis-after-all": "1.4.5",
"ts-node": "7.0.1",
"typescript": "3.2.2"
},
"dependencies": {
"jquery": "3.4.0",
"waypoints": "4.0.1"
}
}