-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
68 lines (68 loc) · 1.85 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
{
"name": "@widgetjs/tree",
"version": "1.8.2",
"description": "a lightweight tree widget, compatible with originaljs/react/vue, 9.6kb size for tree.min.js&tree.min.css without gzip.",
"main": "index.js",
"scripts": {
"build": "webpack --progress"
},
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"devDependencies": {
"@babel/core": "7.0.0-beta.46",
"@babel/preset-env": "7.0.0-beta.46",
"@babel/preset-stage-0": "7.0.0-beta.46",
"autoprefixer": "^8.5.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^8.0.0-beta.2",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-alloy": "^1.4.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^2.6.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.0",
"optimize-css-assets-webpack-plugin": "^4.0.1",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.5",
"prettier": "1.11.1",
"prettier-eslint": "^8.8.1",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"webpack": "^4.8.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daweilv/treejs.git"
},
"keywords": [
"js",
"tree",
"treejs",
"tree.js",
"widget",
"react-tree",
"vue-tree"
],
"author": "daweilv",
"license": "MIT",
"bugs": {
"url": "https://github.com/daweilv/treejs/issues"
},
"homepage": "https://github.com/daweilv/treejs#readme"
}