-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.46 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
{
"name": "daspf_leova",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"bootstrap": "^4.5.2",
"ckeditor4": "^4.14.1",
"concurrently": "^5.3.0",
"file-loader": "^6.1.0",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.1",
"mini-css-extract-plugin": "^0.9.0",
"popper.js": "^1.16.1"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"css-loader": "^4.2.1",
"exports-loader": "^1.1.0",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"watch1": "concurrently --kill-others --names \"JS,CSS\" -c \"yellow.bold,blue.bold\" \"npm run compile-scripts -- --watch\" \"npm run compile-styles -- --watch\"",
"dev": "concurrently --kill-others \"npm run compile-scripts\" \"npm run compile-styles\"",
"compile-scripts": "webpack",
"compile-styles": "sass static/scss/main.scss static/assets/app.css",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vladtf/daspf_leova.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vladtf/daspf_leova/issues"
},
"homepage": "https://github.com/vladtf/daspf_leova#readme"
}