-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 950 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 950 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
{
"name": "postcss-sandbox",
"version": "1.0.0",
"description": "<p align=\"center\"><a href=\"#\" target=\"_blank\"><img src=\"https://postcss.org/assets/postcss-83d93145.svg\" width=\"190\" height=\"190\" alt=\"HTML Logo\"></a></p>",
"main": "index.js",
"scripts": {
"postcss:watch": "postcss src/style.css --dir public --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevAbdulAlimRony/postcss-sandbox.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DevAbdulAlimRony/postcss-sandbox/issues"
},
"homepage": "https://github.com/DevAbdulAlimRony/postcss-sandbox#readme",
"keywords": [],
"devDependencies": {
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"postcss": "^8.4.27",
"postcss-assets": "^6.0.0",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^9.1.0",
"precss": "^4.0.0"
}
}