-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
executable file
·88 lines (88 loc) · 2.12 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
86
87
88
{
"name": "domcom",
"version": "0.8.4",
"description": "dom component",
"keywords": [
"domcom",
"web",
"framework",
"dom",
"component",
"javascript",
"coffeescript",
"front end"
],
"author": "Caoxingming",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/taijiweb/domcom/master/LICENSE"
}
],
"main": "dist/domcom.js",
"homepage": "https://github.com/taijiweb/domcom",
"bugs": "https://github.com/taijiweb/domcom/issues",
"repository": {
"type": "git",
"url": "git://github.com/taijiweb/domcom.git"
},
"dependencies": {
"@material-ui/icons": "^3.0.1",
"create-react-class": "^15.6.3",
"lazy-flow-at": "0.0.2",
"react": "^16.6.1",
"react-dom": "^16.6.1",
"vue": "^2.5.17"
},
"devDependencies": {
"@babel/core": "^7.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-es2016": "^7.0.0-beta.53",
"babel-core": "^6.26.3",
"babel-loader": "^7",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bdd-test-helper": "latest",
"chai": "~1.9.1",
"coffee-loader": "0.9.0",
"coffee-script": "^1.12.7",
"coffeescript": "^2.3.2",
"dc-util": "latest",
"dc-watch-list": "latest",
"del": "^2.0.2",
"extend": "latest",
"gulp": "~3.9.0",
"gulp-cached": "~1.0.1",
"gulp-changed": "~1.0.0",
"gulp-coffee2": "^2.3.4",
"gulp-copy": "0.0.2",
"gulp-github-release": "1.0.3",
"gulp-mocha": "~1.1.0",
"gulp-plumber": "~0.6.5",
"gulp-rename": "^1.2.3",
"gulp-task-helper": "0.0.3",
"gulp-typescript": "^5.0.0-alpha.3",
"gulp-util": "~3.0.1",
"lazy-flow": "latest",
"minimist": "1.1.0",
"mocha": "1.14.0",
"rimraf": "^2.6.2",
"run-sequence": "~1.0.2",
"shelljs": "^0.8.2",
"todomvc-app-css": "~2.0.1",
"todomvc-common": "~1.0.1",
"typescript": "^3.1.3",
"webpack": "^4.0",
"webpack-dev-server": "^3.0"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"dev": "gulp",
"dist": "gulp dist"
},
"jsdelivr": "dist/domcom.min.js"
}