-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.33 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
{
"name": "stimulus-existence",
"version": "1.1.1",
"description": "Stimulus controller to remove elements from the dom, and be notified with an event when they are added.",
"main": "dist/stimulus-existence.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack --env dev && webpack --env build"
},
"keywords": [
"stimulus",
"existence",
"hide",
"show"
],
"author": "Joshua Harris <[email protected]>",
"licence": "MIT",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/runtime": "^7.10.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"eslint": "^7.3.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"stimulus": "~1.1.1||~2.0"
},
"bugs": {
"url": "https://gitlab.com/initforthe/stimulus-existence"
},
"homepage": "https://gitlab.com/initforthe/stimulus-existence",
"repository": {
"type": "git",
"url": "https://gitlab.com/initforthe/stimulus-existence.git"
}
}