-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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": "@tccl/graph-layer-components",
"version": "1.3.2",
"description": "Frontend library of components for graph-layer integration",
"module": "dist/graph-layer-components.esm.js",
"main": "dist/graph-layer-components.js",
"scripts": {
"build": "rollup --config",
"build-test": "rollup --config ./test/rollup.config.js"
},
"files": [
"src/**",
"dist/**"
],
"repository": {
"type": "git",
"url": "https://git.developer.tulsalibrary.org/intranet/graph-layer-components.git"
},
"author": "Tulsa City-County Library",
"contributors": [
{
"name": "Roger Gee",
"email": "roger.gee@tulsalibrary.org"
}
],
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^3.0.0",
"date-fns": "^2.25.0",
"fuse.js": "^6.4.6",
"js-cookie": "^3.0.1",
"rollup": "^2.56.3",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-vue": "^5.1.9",
"vue": "^2.6.14"
}
}