forked from julianrubisch/better-stimulus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.27 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
{
"name": "better-stimulus",
"version": "1.0.0",
"description": "<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END -->",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "concurrently \"parcel watch _src/index.js -d assets/js --no-cache\" \"bundle exec jekyll serve -c _config.dev.yml --livereload\"",
"build": "parcel build _src/index.js -d assets/js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julianrubisch/better-stimulus.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/julianrubisch/better-stimulus/issues"
},
"homepage": "https://github.com/julianrubisch/better-stimulus#readme",
"dependencies": {
"@hopsoft/controllers": "0.0.11",
"parcel-bundler": "^1.12.4",
"stimulus": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.8.7",
"babel-loader": "^8.1.0",
"concurrently": "^5.1.0"
}
}