-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.72 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.72 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@morph-ui/core",
"version": "2.0.5",
"description": "Morph es un sistema de diseño web hecho en CSS que permite desarrollar componentes para Interfaces Gráficas de Usuario en la Web. Asi mismo, permite hacerlo sin depender de ningun framework de forma exclusiva en JS.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack -p"
},
"keywords": [
"Morph",
"GUI",
"UI",
"System Design",
"CSS"
],
"author": "techfano",
"contributors": [
{
"name": "Ivan Uriarte",
"email": "pilmee@gmail.com",
"url": ""
},
{
"name": "Marilyn Casas",
"email": "marimeli.casas@gmail.com",
"url": ""
}
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/techfano/morph.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/techfano/morph/issues"
},
"homepage": "https://morph.pe/",
"devDependencies": {
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.2",
"cssnano": "^3.10.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.2",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.28.0",
"postcss": "^6.0.1",
"postcss-conditionals": "^2.1.0",
"postcss-each": "^0.10.0",
"postcss-extend": "^1.0.5",
"postcss-for": "^2.1.1",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.5",
"postcss-nested": "^2.0.2",
"postcss-simple-vars": "^4.0.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.18.1",
"webpack": "^2.7.0",
"webpack-dev-server": "^2.4.5",
"zip-webpack-plugin": "^2.1.0"
},
"dependencies": {
"autoprefixer": "^9.4.3"
}
}