-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "neomorphism",
"version": "0.0.2",
"description": "UI components library in the new neomorphism design style",
"author": "Abdelrahman Ismail <[email protected]>",
"main": "dist/neomorphism.css",
"style": "dist/neomorphism.css",
"repository": "https://github.com/ismail9k/neomorphism",
"scripts": {
"lint": "eslint ./src --fix",
"build": "MODE=production node scripts/styles",
"dev": "MODE=dev node scripts/watcher",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:deploy": "bash scripts/docs-deploy.sh"
},
"devDependencies": {
"autoprefixer-stylus": "^0.14.0",
"browser-sync": "^2.23.6",
"chalk": "^2.3.2",
"mkdirp": "^0.5.1",
"stylus": "^0.54.5",
"uglifycss": "0.0.29",
"vuepress": "^1.3.0"
},
"license": "MIT",
"keywords": [
"CSS",
"framework",
"neomorphism"
],
"maintainers": [
{
"name": "ismail9k",
"email": "[email protected]"
}
],
"dependencies": {
"prism": "^4.1.2"
}
}