-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
57 lines (57 loc) · 1.76 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
{
"name": "@blexar/framework",
"version": "0.0.33",
"description": "CSS framework to establish your favorite websites in mints, with user experience in mind.",
"author": "Abdelrahman Ismail <[email protected]>",
"main": "dist/blexar.css",
"style": "dist/blexar.css",
"repository": "https://github.com/baianat/blexar",
"scripts": {
"lint": "eslint ./src --fix",
"build:extensions": "MODE=production node scripts/extensions",
"build:styles": "MODE=production node scripts/styles",
"build": "npm run build:styles && npm run build:extensions",
"dev": "MODE=dev node scripts/watcher"
},
"dependencies": {
"color-fns": "^0.0.7",
"date-fns": "^2.0.0-alpha.16"
},
"devDependencies": {
"autoprefixer-stylus": "^0.14.0",
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.23.6",
"chalk": "^2.3.2",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"mkdirp": "^0.5.1",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"stylus": "^0.54.5",
"uglify-js": "^3.3.21",
"uglifycss": "0.0.29",
"util": "^0.11.0"
},
"license": "MIT",
"keywords": [
"CSS",
"framework"
],
"maintainers": [
{
"name": "Abdelrahman3D",
"email": "[email protected]"
}
]
}