-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 845 Bytes
/
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
{
"name": "article-preview-component",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch:sass": "node-sass sass/main.scss css/style.css -w",
"compile:sass": "node-sass sass/main.scss css/style.comp.css",
"prefix:css": "postcss --use autoprefixer -b \"last 10 versions\" css/style.css -o css/style.prefixed.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sanideth/Article-Preview-Component.git"
},
"author": "Sandro Bochorishvili",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sanideth/Article-Preview-Component/issues"
},
"homepage": "https://github.com/Sanideth/Article-Preview-Component#readme",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^9.8.6",
"node-sass": "^5.0.0",
"postcss-cli": "^8.3.0"
}
}