-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
72 lines (72 loc) · 1.92 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "dojo.io",
"version": "1.0.0-pre",
"description": "Static site for the Dojo Toolkit",
"engines": {
"node": ">= 6.0"
},
"private": true,
"scripts": {
"install-site": "cd site && npm i",
"install-docviewer": "cd docviewer && npm i",
"install": "npm run install-site && npm run install-docviewer",
"build": "cross-env NODE_ENV=production grunt",
"watch": "grunt --watch",
"serve": "grunt webserv"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SitePen/dojoio.git"
},
"keywords": [
"dojo",
"site"
],
"author": "SitePen <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/SitePen/dojoio/issues"
},
"homepage": "https://dojo.io",
"devDependencies": {
"@dojo/loader": "^2.0.0-beta1.1",
"@types/archiver": "^0.15.37",
"@types/github": "0.0.0",
"@types/grunt": "^0.4.21",
"@types/lodash": "4.14.121",
"@types/mockery": "^1.4.29",
"@types/node": "^6.0.55",
"@types/sinon": "^2.1.2",
"archiver": "^1.3.0",
"cross-env": "^5.1.4",
"dojo-core": "^2.0.0-alpha.18",
"dojo-has": "^2.0.0-alpha.6",
"dojo-interfaces": "^2.0.0-alpha.10",
"dojo-shim": "^2.0.0-beta.7",
"dojo-streams": "^2.0.0-alpha.1",
"grunt": "^1.0.1",
"grunt-concurrent": "~2.3.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-dojo2": "^2.0.0-beta2.15",
"grunt-dojo2-extras": "^2.0.0-beta1.3",
"grunt-shell": "^2.1.0",
"grunt-tslint": "^4.0.1",
"intern": "~4.1.0",
"load-grunt-tasks": "^3.5.2",
"mockery": "^2.0.0",
"s-grid": "^1.2.0",
"sinon": "^2.1.0",
"ts-node": "^3.3.0",
"tslint-sitepen": "^0.1.0",
"typescript": "~2.4.2",
"webserv": "^0.6.1"
},
"dependencies": {
"@dojo/has": "^2.0.0-beta2.2",
"bulma": "^0.5.1",
"hexo": "^3.3.9",
"hexo-renderer-yasr": "^4.0.0",
"normalize.css": "^8.0.0",
"tslib": "^1.6.0"
}
}