-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.2 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
{
"name": "@avalanche/avalanche",
"version": "4.0.0-alpha.1",
"description": "A modular SASS framework which can be extended with npm packages",
"keywords": [
"avalanche"
],
"author": "Markus Oberlehner",
"homepage": "https://avalanche.oberlehner.net",
"license": "MIT",
"scripts": {
"bootstrap": "lerna bootstrap",
"publish": "lerna publish",
"doc": "sassdoc packages/**/*.scss",
"lint:scripts": "eslint packages/**/*.js",
"lint:styles": "stylelint packages/**/*.scss",
"lint": "yarn run lint:scripts & yarn run lint:styles",
"test:reference": "bash test/test-reference.sh",
"test": "bash test/test.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/avalanchesass/avalanchesass"
},
"bugs": {
"url": "https://github.com/avalanchesass/avalanchesass/issues"
},
"devDependencies": {
"autoprefixer": "^9.6.0",
"babel-eslint": "^10.0.1",
"backstopjs": "^4.0.6",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.17.3",
"handlebars-cmd": "^0.1.4",
"lerna": "3.15.0",
"node-sass": "^4.12.0",
"postcss-cli": "^6.1.2",
"sassdoc": "^2.7.0",
"stylelint": "^10.1.0",
"stylelint-order": "^3.0.0"
}
}