-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 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
41
{
"name": "frameworkstylepackage",
"version": "4.0.5",
"description": "Layout for the SumoCoders Framework",
"main": "/src/js/Index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mathias Helin",
"license": "ISC",
"dependencies": {
"@babel/plugin-transform-regenerator": "^7.18.6",
"@fortawesome/fontawesome-free": "^6.2.1",
"@popperjs/core": "^2.11.6",
"axios": "^1.7.7",
"bootstrap": "5.3.1",
"file-loader": "^6.2.0",
"flatpickr": "^4.6.13",
"foundation-emails": "^2.4.0",
"intl-messageformat": "^10.2.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"requestanimationframe": "0.0.23",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"sortablejs": "^1.15.0",
"tom-select": "^2.2.2",
"vue": "^3.0.0",
"vue-loader": "^17.3.1",
"webpack-shell-plugin-alt": "^1.4.0"
},
"devDependencies": {
"standard": "^14.3.4",
"stylelint": "^15.6.0",
"stylelint-config-standard": "^20.0.0"
},
"volta": {
"node": "20.17.0"
},
"type": "module"
}