-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.55 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.55 KB
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
{
"name": "calculation",
"version": "1.1.0",
"description": "Extends Bootstrap without rounded, themed popovers, tooltips and form-check.",
"license": "MIT",
"author": "bibi@bibi.nu",
"type": "commonjs",
"dependencies": {
"@fortawesome/fontawesome-free": "^7.0",
"@mermaid-js/tiny": "^11.0",
"@panzoom/panzoom": "^4.0",
"bootstrap": "^5.0",
"bootstrap-table": "^1.0",
"clipboard": "^2.0",
"currency-flags": "^4.0",
"highcharts": "^12.0",
"html5sortable": "^0.14",
"jquery": "^4.0",
"jquery-contextmenu": "^2.0",
"jquery-validation": "^1.0",
"mark.js": "^8.0",
"mermaid": "^11.0",
"select2": "^4.1.0-rc.0",
"select2-bootstrap-5-theme": "^1.0"
},
"devDependencies": {
"copy-files-from-to": "^4.0",
"npm-run-all": "^4.0",
"stylelint": "^17.0",
"stylelint-config-standard": "^40.0"
},
"scripts": {
"outdated": "npm outdated --loglevel info",
"update": "npm update --loglevel info",
"stylelint": "npx stylelint strict -f verbose public/css/*.css",
"clean": "del-cli public/build -f",
"generate": "sass scss:public/build/bootstrap -q --no-source-map",
"copy": "copy-files-from-to --config package-copy.json",
"build": "npm-run-all clean generate copy"
},
"jshintConfig": {
"esversion": 9,
"bitwise": true,
"eqeqeq": true,
"latedef": true,
"strict": true,
"asi": false
}
}