-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 785 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 785 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
{
"name": "plugins",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.0.1",
"css-loader": "^5.0.1",
"exports-loader": "^1.1.0",
"imports-loader": "^1.2.0",
"node-sass": "^7.0.0",
"postcss-loader": "^4.0.3",
"sass-loader": "^10.0.2",
"style-loader": "^2.0.0",
"webpack": "^5.10.3",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"bootstrap": "^4.5.2",
"file-saver": "^2.0.2",
"jquery": "^3.5.1",
"jquery-validation": "^1.19.2",
"popper.js": "^1.16.1",
"postcss": "^8.1.1",
"sizzle": "^2.3.5"
},
"description": ""
}