-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 934 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 934 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
31
32
33
34
35
36
{
"name": "@borgenfalkskott/fable-ui",
"version": "0.1.4",
"description": "Fable UI - Just another ui framework.",
"main": "src/js/fable-ui.js",
"sass": "src/sass/fable-ui.scss",
"style": "dist/css/fable-ui.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm i && npm run build",
"build": "npx mix --production",
"dev": "npx mix watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/borgenfalkskott/fable-ui.git"
},
"keywords": [
"fable",
"ui",
"sass",
"css"
],
"author": "Tommy Borgenfalk Skott",
"license": "MIT",
"bugs": {
"url": "https://github.com/borgenfalkskott/fable-ui/issues"
},
"homepage": "https://github.com/borgenfalkskott/fable-ui#readme",
"devDependencies": {
"laravel-mix": "^6.0.49",
"resolve-url-loader": "^5.0.0",
"sass": "^1.62.1",
"sass-loader": "^12.6.0"
}
}