-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 931 Bytes
/
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
{
"name": "ChartJS",
"version": "1.0.0",
"description": "Pie charts JavaScript library, use only canvas.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boatx/ChartJS.git"
},
"keywords": [],
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/boatx/ChartJS/issues"
},
"homepage": "https://github.com/boatx/ChartJS#readme",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"babel-loader": "^8.2.2",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-loader": "^3.0.4",
"eslint-plugin-import": "^2.24.2",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.11.1"
}
}