-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.47 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
{
"name": "absol-vchart",
"version": "0.9.21",
"description": "svg chart, by absol.js",
"main": "scr/index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack serve --config webpack.config.js",
"dist": "webpack --config webpack.config.js --progress --profile --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/duthienkt/absol-vchart.git"
},
"keywords": [
"absol.js",
"chart",
"svg"
],
"author": "Pham Quoc Du Thien",
"license": "ISC",
"bugs": {
"url": "https://github.com/duthienkt/absol-vchart/issues"
},
"homepage": "https://github.com/duthienkt/absol-vchart#readme",
"dependencies": {
"absol": "^1.22.1",
"absol-acomp": "github:duthienkt/absol-acomp",
"absol-svg": "0.0.3"
},
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/plugin-syntax-jsx": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/plugin-transform-spread": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.10.4",
"@babel/register": "7.0.0",
"babel-loader": "^8.2.3",
"babel-minify-webpack-plugin": "^0.3.1",
"css-loader": "^2.1.1",
"process": "^0.11.10",
"raw-loader": "^2.0.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.69.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}