-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (62 loc) · 1.99 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
{
"name": "sql-formatter",
"version": "0.0.1",
"description": "SQL Formatter",
"author": "Matt Dziuban",
"license": "UNLICENSED",
"private": true,
"scripts": {
"compile": "bundle exec webpack --progress",
"dev": "bundle exec webpack-dev-server --progress",
"dist": "bundle exec webpack --progress --env.production",
"test": "bundle exec bin/test",
"watch": "bundle exec webpack --progress --watch"
},
"repository": {
"type": "git",
"url": "git://github.com/mrdziuban/sql-formatter"
},
"devDependencies": {
"@glennsl/bs-jest": "^0.4.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-php": "git+https://gitlab.com/mrdziuban/babel-preset-php.git#updates",
"bs-platform": "~3.1.5",
"bucklescript-tea": "~0.8.0",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.3.0",
"css-loader": "^0.28.7",
"dart-loader": "0.0.1",
"ejs-loader": "^0.3.0",
"elixirscript-loader": "git+https://github.com/mrdziuban/elixirscript-loader.git#elixirscript-master-updates",
"elm": "^0.18.0",
"elm-test": "0.18.2",
"elm-webpack-loader": "^4.4.0",
"extract-text-webpack-plugin": "^3.0.2",
"fable-compiler-loader": "0.0.1",
"fable-core": "^0.7.28",
"gopherjs-loader": "0.0.1",
"html-webpack-plugin": "^2.30.1",
"http-server": "^0.10.0",
"mocha": "^3.4.2",
"node-sass": "^4.7.2",
"opal-rb-loader": "0.0.2",
"pulp": "^12.0.1",
"puppeteer": "^0.13.0",
"purescript": "^0.11.7",
"purescript-psa": "^0.5.1",
"purs-loader": "^3.1.2",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"scalajs-loader": "0.0.1",
"style-loader": "^0.19.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7",
"webpack-merge": "^4.1.1",
"webpack-synchronizable-shell-plugin": "0.0.6",
"write-file-webpack-plugin": "^4.2.0"
}
}