-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 902 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
34
35
36
{
"//": "To use type: npm run watch",
"name": "ractive-decorators-popper",
"version": "1.0.3",
"description": "A popper.js decorator for Ractive",
"main": "dist/ractive-decorators-popper.js",
"repository": "https://github.com/kouts/ractive-decorators-popper",
"keywords": [
"ractive",
"decorator",
"popper",
"popper.js",
"dropdown",
"popover",
"tooltip"
],
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"babel-loader": "^8.2.2",
"ractive": "^1.3.14",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"popper.js": "^1.16.1"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"watch": "webpack --config webpack.config.js --watch"
},
"author": "kouts",
"license": "MIT"
}