-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 993 Bytes
/
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
{
"name": "sass-modern-mq",
"version": "1.0.2",
"description": "",
"main": "index.html",
"scripts": {
"start": "parcel index.html --open",
"build": "parcel build index.html --no-content-hash",
"test": "jest --watchAll"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "9.8.0",
"github-markdown-css": "4.0.0",
"highlight.js": "10.0.3",
"jest": "^26.0.1",
"markdown-it": "13.0.0",
"markdown-it-anchor": "5.3.0",
"marked": "^1.1.0",
"parcel-bundler": "^1.12.5",
"sass": "1.56.1",
"sass-true": "^5.0.0"
},
"keywords": [],
"bugs": {
"url": "https://github.com/maximelebreton/sass-modern-mq/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/maximelebreton/sass-modern-mq.git"
},
"homepage": "https://github.com/maximelebreton/sass-modern-mq",
"author": {
"name": "Maxime Le Breton",
"email": "[email protected]",
"url": "https://maximelebreton.com"
}
}