-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 783 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 783 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
{
"name": "positivus-landing",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "webpack serve",
"build": "webpack",
"optimize:svg": "svgo img/sprite.svg -o img/sprite.svg"
},
"devDependencies": {
"css-loader": "^7.1.2",
"gh-pages": "^6.3.0",
"glob-all": "^3.3.1",
"html-webpack-plugin": "^5.6.5",
"mini-css-extract-plugin": "^2.9.4",
"purgecss": "^8.0.0",
"purgecss-webpack-plugin": "^8.0.0",
"sass": "^1.97.3",
"sass-loader": "^16.0.6",
"style-loader": "^4.0.0",
"svgo": "^4.0.0",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
},
"dependencies": {
"@splidejs/splide": "^4.1.4",
"copy-webpack-plugin": "^13.0.1",
"normalize.css": "^8.0.1"
}
}