-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.85 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
58
59
60
61
62
63
64
65
{
"private": false,
"name": "shido",
"version": "3.1.1",
"description": "Build fast with Shido, a CSS framework for building custom designs without any annoying style or component you have to fight to override.",
"repository": {
"type": "git",
"url": "git+https://github.com/samline/shido.git"
},
"keywords": [
"artisan",
"css-framework",
"css-modules",
"css",
"css3",
"front-end",
"frontend",
"functional-css",
"grid-layout",
"grid-system",
"grid",
"helpers-class",
"helpers-library",
"less-mixins",
"less",
"mixins",
"postcss",
"responsive",
"sass",
"Shido",
"ui",
"utility-classes"
],
"author": "Samuel Olvera (samline)",
"license": "MIT",
"bugs": {
"url": "https://github.com/samline/shido/issues"
},
"homepage": "https://samline.github.io/shido",
"scripts": {
"local": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --env=local --config=node_modules/laravel-mix/setup/webpack.config.js",
"staging": "cross-env NODE_ENV=staging node_modules/webpack/bin/webpack.js --progress --hide-modules --env=staging --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --env=production --config=node_modules/laravel-mix/setup/webpack.config.js",
"dev": "yarn run local",
"prod": "yarn run production",
"watch": "yarn run local --watch"
},
"devDependencies": {
"cross-env": "^7.0.2",
"laravel-mix": "^5.0.5",
"less": "^3.12.2",
"less-loader": "^7.0.0",
"resolve-url-loader": "^3.1.1",
"sass": "^1.26.10",
"sass-loader": "^10.0.1"
},
"engines": {
"npm": ">=6",
"yarn": ">=1.22.*"
},
"browserslist": [
"ie 9",
"last 2 versions"
]
}