-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.34 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
{
"name": "json-form-custom-element",
"private": false,
"version": "1.12.0",
"description": "JSON Schema based form generator",
"main": "build/custom-element.js",
"repository": "git://github.com/json-tools/json-form-custom-element.git",
"author": "Anatoliy <mail@anatoliy.in>",
"license": "GNU GENERAL PUBLIC LICENSE v3",
"scripts": {
"start": "webpack-dev-server --hot --port 4000 --colors",
"build": "node scripts/build.js"
},
"devDependencies": {
"@ubio/css": "^1.3.11",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"chokidar-cli": "^1.2.0",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.3",
"css-loader": "^0.28.7",
"elm": "0.19.0-bugfix2",
"elm-hot-webpack-loader": "^1.0.0",
"elm-test": "^0.19.0-beta8",
"elm-webpack-loader": "^5.0.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",
"react-dev-utils": "^5.0.2",
"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.10.0",
"webpack-dev-server": "^2.9.7",
"webpack-merge": "^4.1.1"
}
}