-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.59 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@activitree/rucksack-css",
"version": "1.0.4",
"description": "A little bag of CSS superpowers",
"main": "index.js",
"scripts": {
"test": "mocha test",
"posttest": "eslint ."
},
"keywords": [
"rucksack",
"postcss",
"css",
"framework",
"boilerplate"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/activitree/css-rucksack.git"
},
"author": "Sean King <[email protected]>",
"maintainers": [
{
"name": "Sean King",
"email": "[email protected]",
"web": "https://twitter.com/seaneking"
}
],
"bugs": {
"url": "https://github.com/activitree/css-rucksackissues"
},
"bin": {
"rucksack": "./bin/cmd.js"
},
"engines": {
"node": ">= 14"
},
"homepage": "https://www.rucksackcss.org",
"dependencies": {
"autoprefixer": "^10.4.7",
"laggard": "^2.0.1",
"minimist": "^1.2.6",
"postcss": "^8.4.14",
"postcss-alias": "^2.0.0",
"postcss-clearfix": "^2.0.1",
"postcss-color-rgba-fallback": "^4.0.0",
"postcss-easings": "^3.0.1",
"postcss-fontpath": "^1.0.0",
"postcss-hexrgba": "^2.0.1",
"postcss-input-style": "^1.0.0",
"postcss-opacity": "^5.0.0",
"postcss-position": "^1.1.0",
"postcss-pseudoelements": "^5.0.0",
"postcss-quantity-queries": "^0.5.0",
"postcss-reporter": "^7.0.5",
"postcss-responsive-type": "^1.0.0",
"postcss-vmin": "^3.0.0",
"read-file-stdin": "^0.2.0",
"write-file-stdout": "^0.0.2"
},
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.17.0",
"mocha": "^10.0.0"
}
}