-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.51 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@prudencss/scss",
"version": "0.3.9",
"description": "ITCSS framework in SCSS dialect. Pixel exact custom design, extendable with components. Based on HaitiCSS",
"repository": {
"type": "git",
"url": "git+https://github.com/prudencss/scss.git"
},
"keywords": [
"sass",
"bem",
"itcss",
"bemit",
"custom design",
"pixel-exact"
],
"author": "Johannes Neugschwentner",
"license": "MIT",
"bugs": {
"url": "https://github.com/prudencss/scss/issues"
},
"homepage": "https://github.com/prudencss/scss#readme",
"scripts": {
"check": "npm-run-all --parallel check:**",
"check:lint": "npx stylelint './src/**/*.scss'",
"check:sass": "node ./tasks/check_sass_compile.js",
"resolve-sass-imports": "node tasks/resolve-sass-imports.js",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/html": "^6.2.9",
"babel-loader": "^8.2.2",
"chalk": "^4.1.0",
"husky": "^4.2.5",
"import-resolve": "^0.5.1",
"JSONStream": "^1.3.5",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"prettier-stylelint": "^0.4.2",
"sass": "^1.48.0",
"sass-migrator": "^1.2.5",
"stylelint": "^13.6.1",
"stylelint-config-sass-guidelines": "^7.0.0",
"stylelint-scss": "^3.18.0"
},
"main": "src/prudencss.scss"
}