-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.17 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
{
"name": "taxomplete",
"version": "1.3.1-jsr-synolib",
"description": "Allows auto-completion of species in an input field",
"main": "src/taxomplete.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/plazi/taxomplete.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/plazi/taxomplete/issues"
},
"homepage": "https://github.com/plazi/taxomplete#readme",
"dependencies": {
"@plazi/synolib": "npm:@jsr/plazi__synolib@^3.0.0",
"awesomplete": "^1.1.5",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/plugin-transform-arrow-functions": "^7.13.0",
"@babel/plugin-transform-object-assign": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/register": "^7.13.16",
"babel-loader": "^9.1.2",
"babel-plugin-add-module-exports": "^1.0.4",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2"
}
}