-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.02 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
{
"name": "@weglot/design",
"description": "Weglot Design provides a set of classes allowing you to easily reproduce the Weglot dashboard design",
"scripts": {
"build": "sass --load-path=node_modules/ --quiet-deps scss/:dist/css/ --style=compressed && npm run copyFont --",
"copyFont": "node bin/copy-font.js",
"stylelint": "stylelint scss --fix",
"stylelint:ci": "stylelint scss"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": {
"url": "[email protected]:weglot/design.git"
},
"dependencies": {
"bootstrap": "^5.3.3",
"codemirror": "^5.63.3",
"dropzone": "^5.5.1",
"jquery-flexdatalist": "^2.2.4",
"material-icons": "^1.13.1",
"@popperjs/core": "^2.11.8",
"select2": "^4.0.2",
"star-rating-svg2": "^1.2.1"
},
"devDependencies": {
"sass": "^1.77.1",
"stylelint": "^16.2.1",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-prettier": "^5.0.0",
"stylelint-scss": "^6.1.0"
},
"main": "scss/main.scss"
}