-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
37 lines (37 loc) · 1.14 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
{
"name": "eletree",
"version": "2.3.2",
"description": "Tree component based on virtual dom",
"main": "dist/eleTree.js",
"scripts": {
"start": "webpack-dev-server --config ./build/webpack.dev.js",
"build": "webpack --config ./build/webpack.prod.js && node ./build/copyToDocs.js",
"docs:start": "vuepress dev ./docs",
"docs:build": "vuepress build ./docs"
},
"author": "hsianglee",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.2",
"babel-loader": "^8.0.0-beta.0",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.2",
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"mocker-api": "^2.1.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"snabbdom": "^0.7.4",
"style-loader": "^1.2.1",
"vuepress": "^1.5.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"repository": "https://github.com/hsiangleev/eleTree.git"
}