This repository has been archived by the owner on Jul 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
85 lines (85 loc) · 2.48 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
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@dojo/web-editor",
"version": "2.0.0-pre",
"description": "Making it easy to explore Dojo 2 in a browser",
"main": "dist/main.js",
"files": [
"dist"
],
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dojo/web-editor.git"
},
"author": "Dojo Toolkit <info@dojotoolkit.org>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/dojo/web-editor/issues"
},
"homepage": "https://github.com/dojo/web-editor#readme",
"devDependencies": {
"@dojo/cli-build-webpack": "~0.2.2",
"@dojo/cli-export-project": "~0.2.0",
"@dojo/core": "~0.3.0",
"@dojo/has": "~0.1.1",
"@dojo/i18n": "~0.3.0",
"@dojo/loader": "~0.1.1",
"@dojo/routing": "~0.3.0",
"@dojo/shim": "~0.2.3",
"@dojo/test-extras": "~0.3.0",
"@dojo/webpack-contrib": "~0.1.4",
"@dojo/widget-core": "~0.4.0",
"@dojo/widgets": "~0.3.0",
"@types/glob": "^5.0.33",
"@types/grunt": "^0.4.22",
"@types/html-webpack-plugin": "^2.30.1",
"@types/jsdom": "^11.0.2",
"@types/node": "^8.0.34",
"@types/sinon": "^4.0.0",
"@types/source-map": "^0.5.2",
"@types/webpack": "^3.8.1",
"@types/yargs": "^6.6.0",
"chalk": "^2.3.0",
"codecov.io": "0.1.6",
"copy-webpack-plugin": "^4.2.3",
"css-loader": "^0.28.7",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"glob": "^7.1.2",
"grunt": "^1.0.1",
"grunt-auto-install": "^0.3.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-patcher": "^1.0.0",
"grunt-postcss": "^0.9.0",
"grunt-ts": "^6.0.0-beta.16",
"grunt-tslint": "^5.0.1",
"grunt-webpack": "^3.0.2",
"html-webpack-include-assets-plugin": "^1.0.2",
"html-webpack-plugin": "^2.30.1",
"intern": "~4.1.0",
"json-css-module-loader": "^1.0.2",
"monaco-editor": "^0.10.1",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss": "5.2.17",
"postcss-cssnext": "2.10.0",
"postcss-import": "9.1.0",
"postcss-loader": "^2.0.9",
"postcss-modules": "0.6.4",
"resolve-url-loader": "^2.2.0",
"sinon": "^4.1.2",
"source-map": "0.5.7",
"source-map-loader-cli": "0.0.1",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"typed-css-modules": "^0.3.1",
"typescript": "~2.6.2",
"webpack": "^3.9.1",
"webpack-bundle-analyzer-sunburst": "^1.3.0",
"webpack-dev-server": "^2.9.5"
},
"dependencies": {}
}