forked from primefaces/primereact-sass-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (32 loc) · 820 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": "primereact-sass-theme",
"version": "10.8.2",
"description": "PrimeReact Sass Theme",
"homepage": "https://primereact.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/primefaces/primereact-sass-theme.git"
},
"keywords": [
"primereact",
"react",
"ui framework",
"component framework",
"ui library",
"component library",
"material",
"bootstrap"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/primefaces/primereact-sass-theme/issues"
},
"scripts": {
"sass-watch": "sass src/assets:src/assets --watch --no-source-map",
"sass": "sass .:build --no-source-map",
"build": "npm run sass"
},
"devDependencies": {
"sass": "latest"
}
}