-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.66 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.66 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
60
61
62
63
{
"name": "@stackoverflow/stacks",
"description": "Stack Overflow’s CSS and Design Pattern Library. Stacks is an atomic CSS library with classes and components for rapidly building Stack Overflow.",
"repository": {
"type": "git",
"url": "https://github.com/StackExchange/Stacks.git"
},
"version": "0.56.0",
"files": [
"dist",
"lib"
],
"unpkg": "dist/css/stacks.min.css",
"scripts": {
"start": "grunt",
"build": "grunt build",
"test": "backstop test",
"approve": "backstop approve"
},
"license": "MIT",
"dependencies": {
"stimulus": "^1.1.1",
"@popperjs/core": "^2.5.3"
},
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"@stackoverflow/stacks-icons": "^2.14.0",
"backstopjs": "^5.0.6",
"eleventy-plugin-highlightjs": "^0.2.0",
"eleventy-plugin-markdown-shortcode": "^1.1.0",
"eleventy-plugin-nesting-toc": "^1.2.0",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-shell": "^3.0.1",
"grunt-ts": "^6.0.0-beta.22",
"highlight.js": "^10.3.2",
"typescript": "^4.0.3"
},
"browserslist": [
"last 2 versions",
"not dead",
"not ie > 0",
"not op_mini all",
"not baidu > 0",
"not and_ff > 0",
"not and_qq > 0",
"not kaios > 0",
"not op_mob > 0",
"not ie_mob > 0",
"not and_uc > 0",
"not Samsung > 0",
"not Android > 0",
"edge 18"
]
}