|
1 | 1 | { |
2 | | - "name": "fk-sass", |
3 | | - "version": "0.0.1", |
4 | | - "description": "A starter sass framework.", |
5 | | - "license": "MIT", |
6 | | - "scripts": { |
7 | | - "postcss": "postcss css/*.css -r -u autoprefixer -m", |
8 | | - "postcss:example": "postcss example-project/css/*.css -r -u autoprefixer -m", |
9 | | - "scss": "sass scss:css --source-map --load-path=scss", |
10 | | - "scss:example": "sass example-project/scss:example-project/css --source-map --load-path=example-project/scss --load-path=scss", |
11 | | - "build": "yarn scss && yarn postcss", |
12 | | - "build:example": "yarn scss:example && yarn postcss:example", |
13 | | - "debug": "npx autoprefixer --info", |
14 | | - "lint": "stylelint scss/*.scss", |
15 | | - "watch": "chokidar 'scss/**/*.scss' -c 'stylelint {path} --fix && yarn build'", |
16 | | - "watch:example": "onchange 'example/scss/**/*.scss' -k -o 'stylelint {{changed}} --fix && yarn build:example' --", |
17 | | - "start": "yarn watch", |
18 | | - "start:example": "yarn watch:example" |
19 | | - }, |
20 | | - "repository": { |
21 | | - "type": "git", |
22 | | - "url": "git://github.com/fictivekin/fk-sass.git" |
23 | | - }, |
24 | | - "author": { |
25 | | - "name": "Fictive Kin", |
26 | | - "email": "hello@fictivekin.com", |
27 | | - "url": "https://fictivekin.com/" |
28 | | - }, |
29 | | - "bugs": { |
30 | | - "url": "https://github.com/fictivekin/fk-sass/issues" |
31 | | - }, |
32 | | - "homepage": "https://github.com/fictivekin/fk-sass#readme", |
33 | | - "browserslist": [ |
34 | | - "extends @fictivekin/browserslist-config-fk" |
35 | | - ], |
36 | | - "stylelint": { |
37 | | - "extends": "@fictivekin/stylelint-config-fk" |
38 | | - }, |
39 | | - "devDependencies": { |
40 | | - "@fictivekin/browserslist-config-fk": "^1.0.0", |
41 | | - "@fictivekin/stylelint-config-fk": "^1.1.0", |
42 | | - "autoprefixer": "^9.7.4", |
43 | | - "chokidar-cli": "^2.1.0", |
44 | | - "postcss-cli": "^7.1.0", |
45 | | - "sass": "^1.25.0", |
46 | | - "stylelint": "^13.5.0", |
47 | | - "stylelint-order": "^4.0.0", |
48 | | - "stylelint-scss": "^3.14.2" |
49 | | - } |
50 | | - } |
| 2 | + "name": "@fictivekin/fk-sass", |
| 3 | + "version": "1.0.1", |
| 4 | + "description": "Fictive Kin starter sass framework", |
| 5 | + "license": "MIT", |
| 6 | + "scripts": { |
| 7 | + "postcss": "postcss css/*.css -r -u autoprefixer -m", |
| 8 | + "postcss:example": "postcss example-project/css/*.css -r -u autoprefixer -m", |
| 9 | + "scss": "sass scss:css --source-map --load-path=scss", |
| 10 | + "scss:example": "sass example-project/scss:example-project/css --source-map --load-path=example-project/scss --load-path=scss", |
| 11 | + "build": "yarn scss && yarn postcss", |
| 12 | + "build:example": "yarn scss:example && yarn postcss:example", |
| 13 | + "debug": "npx autoprefixer --info", |
| 14 | + "lint": "stylelint scss/*.scss", |
| 15 | + "watch": "chokidar 'scss/**/*.scss' -c 'stylelint {path} --fix && yarn build'", |
| 16 | + "watch:example": "onchange 'example/scss/**/*.scss' -k -o 'stylelint {{changed}} --fix && yarn build:example' --", |
| 17 | + "start": "yarn watch", |
| 18 | + "start:example": "yarn watch:example" |
| 19 | + }, |
| 20 | + "repository": { |
| 21 | + "type": "git", |
| 22 | + "url": "git://github.com/fictivekin/fk-sass.git" |
| 23 | + }, |
| 24 | + "author": "Fictive Kin <hello@fictivekin.com> (https://fictivekin.com/)", |
| 25 | + "bugs": { |
| 26 | + "url": "https://github.com/fictivekin/fk-sass/issues" |
| 27 | + }, |
| 28 | + "homepage": "https://github.com/fictivekin/fk-sass#readme", |
| 29 | + "browserslist": [ |
| 30 | + "extends @fictivekin/browserslist-config-fk" |
| 31 | + ], |
| 32 | + "stylelint": { |
| 33 | + "extends": "@fictivekin/stylelint-config-fk" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "@fictivekin/browserslist-config-fk": "^1.0.0", |
| 37 | + "@fictivekin/stylelint-config-fk": "^1.1.0", |
| 38 | + "autoprefixer": "^9.7.4", |
| 39 | + "chokidar-cli": "^2.1.0", |
| 40 | + "postcss-cli": "^7.1.0", |
| 41 | + "sass": "^1.25.0", |
| 42 | + "stylelint": "^13.5.0", |
| 43 | + "stylelint-order": "^4.0.0", |
| 44 | + "stylelint-scss": "^3.14.2" |
| 45 | + }, |
| 46 | + "main": "scss/screen.scss", |
| 47 | + "keywords": [ |
| 48 | + "sass" |
| 49 | + ] |
| 50 | +} |
0 commit comments