-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 1.16 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
{
"name": "danielwelington",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"stylefmt": "node node_modules/stylefmt/bin/cli --recursive \"static/scss/**/*.scss\"",
"css:watch": "node-sass --watch static/scss -o static/css",
"css:build": "postcss -u autoprefixer -b 'last 2 versions' < \"./static/css/style.css\" | postcss --use cssnano > \"./static/css/style.min.css\"",
"stylelint": "stylelint \"static/scss/**/*.scss\""
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/wwwest.solution/DanielWelington.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/wwwest.solution/DanielWelington/issues"
},
"homepage": "https://gitlab.com/wwwest.solution/DanielWelington#README",
"devDependencies": {
"bootstrap": "^4.1.3",
"node-sass": "^4.9.3",
"stylefmt": "^6.0.0",
"stylelint": "^9.1.1",
"stylelint-config-sass-guidelines": "^5.0.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^2.5.0",
"autoprefixer": "^6.3.1",
"postcss-cli": "^2.5.0",
"cssnano": "^3.5.2"
},
"dependencies": {
"isotope-cells-by-row": "^1.1.4"
}
}