forked from xinix-technology/xin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.86 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
{
"name": "@xinix/xin",
"version": "2.4.8",
"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": {
"lint": "eslint .",
"test": "karma start --single-run",
"dev": "webpack-dev-server",
"build": "webpack",
"example": "webpack-dev-server --env.mode=example",
"build:example": "webpack --env.mode=example"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.6.1",
"babili-webpack-plugin": "^0.1.2",
"css-loader": "^0.28.7",
"eslint": "^4.11.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-xinix": "^1.0.4",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"extract-loader": "^1.0.1",
"file-loader": "^1.1.5",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.6",
"sprintf-js": "^1.1.1",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.1.0",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
},
"dependencies": {}
}