-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 915 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 915 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
{
"name": "myspace-stu",
"version": "1.0.0",
"description": "myspace-stu",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "run() { sass ./src/index.scss ./css/myspace.css; postcss --use=postcss-clean --output=./css/myspace.css ./css/myspace.css;}; run",
"watch": "run() { sass --watch ./src/index.scss:./css/myspace.css; }; run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrandExtract/myspace-stu.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BrandExtract/myspace-stu/issues"
},
"homepage": "https://github.com/BrandExtract/myspace-stu#readme",
"dependencies": {
"autoprefixer": "^10.0.1",
"dialog-polyfill": "^0.5.3",
"postcss": "^7.0.32",
"postcss-clean": "^1.1.0",
"postcss-cli-simple": "^3.1.0",
"postcss-normalize": "^9.0.0"
}
}