-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
66 lines (66 loc) · 1.77 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
{
"name": "react-htmltree",
"description": "React component for HTML structures based on a string, react component or DOM node",
"version": "0.8.1",
"author": "Stefan Dühring | Autarc <[email protected]>",
"bugs": {
"url": "https://github.com/Autarc/react-htmltree/issues"
},
"dependencies": {
"classnames": "^2.2.3",
"htmlparser2": "^3.9.0",
"immutable": "^3.7.6"
},
"devDependencies": {
"autoprefixer": "^6.2.3",
"babel-loader": "^6.2.1",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.3.13",
"cssnano": "^3.4.0",
"deep-merge": "^1.0.0",
"es6-promise": "^3.0.2",
"fs-extra": "^0.26.3",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-filter": "^3.0.1",
"gulp-load-plugins": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-replace-relative": "^1.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.2.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"json-loader": "^0.5.4",
"nopt": "^3.0.6",
"postcss": "^5.0.14",
"postcss-loader": "^0.8.0",
"raw-loader": "^0.5.1",
"react": "^0.14.5",
"react-dom": "^0.14.5",
"stylus": "^0.53.0",
"stylus-loader": "^1.4.2",
"webpack": "^1.12.9"
},
"homepage": "https://github.com/Autarc/react-htmltree",
"keywords": [
"react",
"html",
"tree",
"view"
],
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Autarc/react-htmltree.git"
},
"scripts": {
"build": "NODE_ENV=production node build",
"check": "npm outdated -depth 0",
"dev": "NODE_ENV=Development node build"
}
}