-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 923 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
28
29
30
31
32
33
{
"name": "@osiris-ui/style",
"version": "0.9.1",
"description": "Osiris scss theme with variables",
"main": "dist/osiris-style.css",
"files": [
"dist",
"src"
],
"scripts": {
"build:css": "node-sass --include-path src src/index.scss dist/osiris-style.css --output-style compressed",
"copyfiles": "copyfiles -f src/fonts/*.* dist/fonts/",
"build": "npm run copyfiles && npm run build:css",
"dev": "nodemon -e scss -x \"npm run build\""
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/osiris-ui/osiris-style.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/osiris-ui/osiris-style/issues"
},
"homepage": "/~https://github.com/osiris-ui/osiris-style#readme",
"devDependencies": {
"bili": "^3.1.2",
"copyfiles": "^2.0.0",
"node-sass": "^4.9.2",
"nodemon": "^1.18.3",
"sass-loader": "^7.0.3"
}
}