-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 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
{
"license": "SEE LICENSE IN LICENSE",
"version": "0.5.7",
"name": "@kikonen/typeahead_svelte",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/runtime": "^7.7.2",
"core-js": "^3.4.7",
"rollup": "2.66.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-svelte": "7.1.0",
"svelte": "3.46.3",
"svelte-preprocess": "4.10.2"
},
"description": "Simple typeahead widget implemented using Svelte",
"scripts": {
"build": "rollup -c && rollup -c rollup.config.es6.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kikonen/typeahead_svelte.git"
},
"author": "Kari Ikonen",
"bugs": {
"url": "https://github.com/kikonen/typeahead_svelte/issues"
},
"homepage": "https://github.com/kikonen/typeahead_svelte",
"dependencies": {
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-node-resolve": "13.1.3",
"rollup-plugin-scss": "3.0.0"
}
}