forked from LiteHell/theseed-skin-buma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.27 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": "theseed-skin-buma",
"version": "1.0.0",
"description": "Frontend skin for the seed engine",
"main": "index.js",
"scripts": {
"build-modular-bulma": "node-sass ./scss/bulma.scss ./css/bulma.css && postcss ./css/bulma.css > ./css/bulma.min.css && rimraf ./css/bulma.css",
"build-layout-css": "node-sass ./scss/layout.scss ./css/layout.css && postcss ./css/layout.css > ./css/layout.min.css && rimraf ./css/layout.css",
"build": "yarn build-modular-bulma && yarn build-layout-css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/litehell/theseed-skin-buma.git"
},
"author": "LiteHell",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/litehell/theseed-skin-buma/issues"
},
"homepage": "https://github.com/litehell/theseed-skin-buma#readme",
"devDependencies": {
"cssnano": "^5.1.7",
"node-sass": "^9.0.0",
"postcss": "^8.4.13",
"postcss-cli": "^9.1.0",
"postcss-modules": "^4.3.1",
"prettier": "^2.0.5",
"rimraf": "^3.0.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.8",
"bulma": "^0.9.3"
}
}