-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 892 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
{
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"csslint": "^1.0.5",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"minify": "^9.2.0"
},
"version": "0.1.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify src/main.js -t [ babelify --presets [ @babel/preset-env ] ] | minify --js > src/main.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jdhollen/data-visualizations.git"
},
"author": "Jim Hollenbach",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jdhollen/data-visualizations/issues"
},
"homepage": "https://github.com/jdhollen/data-visualizations#readme"
}