-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.48 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
{
"name": "json-viewer-custom-element",
"version": "2.4.3",
"description": "Custom HTML element: json-viewer",
"main": "build/custom-element.js",
"repository": "[email protected]:1602/json-viewer.git",
"author": "Anatoliy <[email protected]>",
"license": "GNU GENERAL PUBLIC LICENSE v3",
"private": false,
"scripts": {
"test": "elm-verify-examples && elm-test",
"start": "npm run dev",
"dev": "webpack-dev-server --hot --port 4000 --colors",
"build": "webpack",
"deploy": "gh-pages -d dist",
"prod": "webpack -p",
"postinstall": "elm-package install -y && elm-test init"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
"@ubio/css": "^1.3.11",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "latest",
"chokidar-cli": "^1.2.0",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.3",
"css-loader": "^0.28.7",
"elm": "^0.18.0",
"elm-hot-loader": "^0.5.4",
"elm-verify-examples": "^2.3.1",
"elm-webpack-loader": "^4.4.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"gh-pages": "^1.1.0",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.7.2",
"postcss-loader": "^2.0.9",
"resolve-url-loader": "^2.2.1",
"style-loader": "^0.19.0",
"to-string-loader": "^1.1.5",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^0.6.2",
"webpack": "3",
"webpack-dev-server": "^2.9.7",
"webpack-merge": "^4.1.1"
}
}