forked from xinix-technology/xin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.1 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
66
67
68
69
70
71
{
"name": "@xinix/xin",
"version": "2.6.2",
"description": "Web component for the web",
"repository": {
"type": "git",
"url": "https://github.com/xinix-technology/xin.git"
},
"author": "Ganesha <[email protected]> (http://sagara.id)",
"main": "index.js",
"keywords": [
"xin",
"SPA",
"Javascript",
"Framework",
"xinix"
],
"license": "MIT",
"homepage": "http://xinix.co.id/p/product/xin",
"scripts": {
"clean": "rm -rf dist docs coverage",
"lint": "eslint .",
"test": "karma start",
"dev": "webpack-dev-server --config webpack.config.docs.js",
"build": "webpack --mode development && webpack --mode production && webpack --mode production --config webpack.config.docs.js",
"precommit": "npm run lint",
"prepush": "npm run lint"
},
"devDependencies": {
"@webcomponents/custom-elements": "^1.2.0",
"babel-core": "^6.26.3",
"babel-eslint": "^9.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.0",
"eslint": "^5.5.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-xinix": "^1.1.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"husky": "^0.14.3",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-safari-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^3.0.2",
"mini-css-extract-plugin": "^0.4.2",
"mocha": "^5.2.0",
"node-sass": "^4.9.3",
"nyc": "^13.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"puppeteer": "^1.7.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"webcomponents.js": "^0.7.24",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.7"
},
"dependencies": {
"debug": "^3.1.0"
}
}