-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.28 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
{
"name": "@fwrlines/alphabet-scss",
"version": "1.3.3",
"description": "fwrlines Design System SCSS Base",
"main": "main.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "sass --load-path ./node_modules -c main.scss main.css && postcss main.css -o main.min.css",
"compile:v2": "sass --load-path ./node_modules -c v2.scss v2.css && postcss v2.css -o v2.min.css",
"compile:v2:watch": "sass --load-path ./node_modules -c v2.scss v2.css --watch",
"cw": "npm run compile:v2:watch",
"pub": "npm version patch && npm publish",
"postinstall": "node ./scripts/postinstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/fwrlines/alphabet-scss.git"
},
"author": "779g",
"license": "MIT",
"bugs": {
"url": "https://github.com/fwrlines/alphabet-scss/issues"
},
"homepage": "https://github.com/fwrlines/alphabet-scss#readme",
"devDependencies": {
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"cssnano-preset-advanced": "^4.0.7",
"postcss-cli": "^7.1.1",
"postcss-preset-env": "^6.7.0",
"sass": "^1.26.3",
"stylelint": "^13.2.1",
"stylelint-config-palantir": "^4.0.1",
"stylelint-scss": "^3.16.0"
},
"dependencies": {
"@fwrlines/swatch": "latest"
}
}