forked from freshheads/maatcss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.55 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.55 KB
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
53
54
55
56
57
58
59
{
"name": "@freshheads/maatcss",
"description": "Extensible, scalable, Sass-based modules that can be used as starting point for UI projects",
"engines": {
"node": ">=6.0.0",
"npm": ">=5.0.0"
},
"main": "example.main.scss",
"scripts": {
"test": "npm run lint",
"lint": "./node_modules/.bin/stylelint \"**/*.scss\" --syntax scss",
"docs": "webpack --progress --config webpack.config.js",
"start": "webpack-dev-server",
"preversion": "npm run docs"
},
"repository": {
"type": "git",
"url": "https://github.com/freshheads/maatcss.git"
},
"keywords": [
"maatcss",
"maat-css",
"sass",
"freshheads",
"bootstrap",
"setup",
"css"
],
"author": "Freshheads",
"license": "MIT",
"bugs": {
"url": "https://github.com/freshheads/maatcss/issues"
},
"homepage": "https://freshheads.github.io/maatcss-docs/",
"dependencies": {
"normalize.css": "^7.0.0",
"sass-mq": "^3.3.2",
"sass-svg-uri": "^1.0.0"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"highlight.js": "^9.12.0",
"html-webpack-plugin": "^2.28.0",
"lint-formatter": "^1.0.1",
"node-sass": "^4.5.2",
"postcss-loader": "^1.3.3",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"stylelint": "^7.10.1",
"stylelint-bare-webpack-plugin": "^0.1.3",
"stylelint-config-standard": "^16.0.0",
"stylelint-order": "^0.4.3",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
},
"version": "1.0.2"
}