-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.25 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.25 KB
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
{
"name": "app-ui-framework",
"version": "latest",
"description": "Next Commerce Design System",
"main": "index.js",
"scripts": {
"scss": "npx sass src/scss/main.scss dist/css/main.css --load-path=node_modules --load-path=src/scss",
"scss:docs": "npx sass docs/assets/css/main.scss docs/assets/css/main.css --load-path=node_modules --load-path=src/scss --load-path=docs/_sass --style=compressed",
"watch:scss": "npx sass --watch src/scss/main.scss:dist/css/main.css docs/assets/css/main.scss:docs/assets/css/main.css --load-path=node_modules --load-path=src/scss --load-path=docs/_sass",
"dev": "npm run scss:docs && npx @11ty/eleventy --serve & npm run watch:scss",
"build": "npm run scss:docs && npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NextCommerceCo/app-ui-framework.git"
},
"author": "Next Commerce",
"license": "MIT",
"bugs": {
"url": "https://github.com/NextCommerceCo/app-ui-framework/issues"
},
"homepage": "https://github.com/NextCommerceCo/app-ui-framework#readme",
"devDependencies": {
"@11ty/eleventy": "^3.1.2",
"sass": "^1.71.1",
"yaml": "^2.8.2"
},
"dependencies": {
"@tabler/icons-webfont": "^3.34.0",
"bootstrap": "^5.3.3"
}
}