forked from sumocoders/FrameworkStylePackage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1012 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1012 Bytes
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
{
"name": "frameworkstylepackage",
"version": "2.2.5",
"description": "Layout for the SumoCoders Framework",
"main": "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",
"bootstrap": "5.3.1",
"file-loader": "^6.2.0",
"flatpickr": "^4.6.13",
"foundation-emails": "^2.4.0",
"intl-messageformat": "^10.2.1",
"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": "^2.7.13",
"vue-loader": "^15.10.0",
"vue-template-compiler": "^2.7.13",
"webpack-shell-plugin-alt": "^1.4.0"
},
"devDependencies": {
"standard": "^14.3.4",
"stylelint": "^15.6.0",
"stylelint-config-standard": "^20.0.0"
}
}