-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
47 lines (47 loc) · 1.35 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
{
"name": "@dojo/themes",
"version": "6.0.1-pre",
"description": "Dojo Themes",
"homepage": "https://dojo.io",
"bugs": {
"url": "https://github.com/dojo/themes/issues"
},
"license": "BSD-3-Clause",
"main": "main.js",
"engines": {
"npm": ">=3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dojo/themes.git"
},
"scripts": {
"build": "run-s clean build:dojo build:material",
"build:dojo": "dojo build theme -n dojo",
"build:material": "dojo build theme -n material",
"clean": "rimraf dist",
"dojo-package": "dojo-package",
"dojo-release": "dojo-release",
"version:release": "node scripts/version",
"version:reset": "node scripts/reset",
"release": "run-s \"version:release -- {@}\" build version:reset release:prepare dojo-package \"dojo-release -- {@}\" --",
"release:prepare": "shx mv dist/src dist/release"
},
"devDependencies": {
"@dojo/cli": "^6.0.0",
"@dojo/cli-build-theme": "^6.0.0",
"@dojo/scripts": "~3.1.0",
"@material/button": "^2.1.1",
"@material/checkbox": "^4.0.0",
"@material/chips": "^4.0.0",
"@material/radio": "^3.2.0",
"@material/snackbar": "^4.0.0",
"@material/tab": "^4.0.0",
"cpx": "1.5.0",
"npm-run-all": "4.1.5",
"rimraf": "2.6.2",
"shx": "0.3.2",
"typescript": "2.6.2"
},
"dependencies": {}
}