-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.13 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
{
"name": "@explous/explous",
"version": "1.1.0",
"description": "Library of responsive components for the development of front-end interfaces.",
"main": "app/index.js",
"scripts": {
"build": "webpack --config webpack-production.config.js --env dev && webpack --config webpack-production.config.js --env build",
"serve": "webpack --env dev && webpack --env build",
"start": "webpack-dev-server"
},
"keywords": [
"javascript library",
"frontend",
"javascript",
"explous"
],
"author": "Daniel Moreno <https://github.com/danielmoreno510>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"strip-loader": "^0.1.2",
"webpack-dev-server": "^2.9.7",
"yargs": "^11.1.0"
},
"dependencies": {
"webpack": "^3.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielmoreno510/Explous.git"
},
"bugs": {
"url": "https://github.com/danielmoreno510/Explous/issues"
},
"homepage": "https://explous.com/"
}