-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.51 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": "@supercharts/stimulus-base",
"version": "1.1.2",
"description": "A set of base Stimulus controllers for Supercharts",
"source": "src/index.js",
"module": "dist/superchart-stimulus-base.esm.js",
"main": "dist/superchart-stimulus-base.js",
"files": [
"dist/*.js",
"dist/*.js.map",
"src/**/*.js"
],
"watch": {
"update-local-installs": "src/**/*.js"
},
"scripts": {
"prebuild": "$npm_execpath run clean",
"build": "microbundle",
"clean": "rimraf dist",
"prewatch": "$npm_execpath run update-local-installs",
"watch": "npm-watch",
"update-local-installs": "$npm_execpath run build; yalc push",
"prerelease": "$npm_execpath run build",
"release": "np --any-branch"
},
"repository": "[email protected]:supercharts-dev/supercharts-stimulus-base.git",
"author": "Pascal Laliberté <[email protected]>",
"license": "MIT",
"browserslist": [
"defaults",
"not IE 11"
],
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/runtime": "^7.18.9",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"babel-loader": "^8.2.5",
"microbundle": "^0.15.1",
"np": "^7.6.2",
"npm-watch": "^0.11.0",
"rimraf": "^3.0.2",
"yalc": "^1.0.0-pre.53"
},
"dependencies": {
"@hotwired/stimulus": "^3.1.0",
"chart.js": "^3.9.1",
"d3": "^7.8.2"
},
"packageManager": "[email protected]"
}