-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 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
{
"name": "atomic-theme",
"version": "1.1.1",
"description": "A tiny modular CSS framework with a modern look, dark theme support, and utilities to build modern websites, faster.",
"main": "css/index.css",
"scripts": {
"build": "rm -rf css && sass --no-source-map --style=compressed ./sass:css",
"watch:css": "sass --watch ./sass:css",
"preview": "npx serve .",
"dev": "npm-run-all --parallel watch:css preview",
"deploy": "npm publish --access public",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/Atomic-stack/atomic-theme.git"
},
"author": "Adrian Cruz",
"license": "MIT",
"bugs": {
"url": "https://github.com/Atomic-stack/atomic-theme/issues"
},
"homepage": "https://atomic-stack.github.io/theme",
"devDependencies": {
"npm-run-all": "^4.1.5",
"sass": "^1.56.1"
},
"keywords": [
"css",
"sass",
"atomic",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"browserslist": [
">0.25%",
"not ie 11",
"not op_mini all"
]
}