-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1020 Bytes
/
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
{
"name": "curl-to-crystal",
"version": "1.0.0",
"private": true,
"description": "curl-to-crystal ============",
"scripts": {
"watch": "webpack --watch --colors --progress --display-error-details",
"compile": "webpack --no-colors -p --display-error-details",
"eslint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kanezoh/curl-to-crystal.git"
},
"author": "Shunya Kaneko",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kanezoh/curl-to-crystal/issues"
},
"homepage": "https://github.com/Kanezoh/curl-to-crystal#readme",
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"core-js": "3",
"highlight.js": "^9.4.0",
"query-string": "^6.8.2",
"shell-quote": "^1.6.0",
"webpack": "^4.39.2",
"webpack-dev-server": "^3.11.2"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"expose-loader": "^0.7.1",
"webpack-cli": "^3.3.6"
}
}