-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
50 lines (50 loc) · 1.23 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
47
48
49
50
{
"name": "collections",
"version": "3.7.0",
"description": "",
"main": "./_build/assets/index.js",
"scripts": {
"build": "webpack --progress --mode production",
"dev": "webpack --watch --progress --mode development"
},
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"index.js",
"lib",
"dist"
],
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
"css-loader": "^6.9.1",
"cssnano": "^6.0.3",
"mini-css-extract-plugin": "^2.8.1",
"path-browserify": "^1.0.1",
"postcss": "^8.4.38",
"postcss-inline-svg": "^6.0.0",
"postcss-loader": "^7.3.4",
"postcss-svgo": "^6.0.3",
"sass": "^1.70.0",
"sass-loader": "^13.3.3",
"ts-loader": "^9.5.1",
"typescript": "^5.4.4",
"url": "^0.11.3",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4"
},
"library": {
"name": "FredCollections",
"entry": "index.js",
"dist-web": "fred_integration.js"
},
"dependencies": {
"@types/tabulator-tables": "^5.6.0",
"babel-plugin-add-module-exports": "^1.0.4",
"tabulator-tables": "^5.6.1"
}
}