-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.63 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
{
"name": "hankana",
"version": "1.0.0",
"private": true,
"description": "Translate chinese charactor to japanese kana.",
"main": "index.js",
"scripts": {
"test": "standard",
"dev": "webpack-dev-server --content-base dist --config ./build/webpack.dev.config.js --hot --inline",
"build": "webpack -p --config ./build/webpack.prod.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elite-Four/hankana.git"
},
"author": "Dafrok <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Elite-Four/hankana/issues"
},
"homepage": "https://github.com/Elite-Four/hankana#readme",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-regenerator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-runtime": "^6.23.0",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^1.0.1",
"eslint": "^4.19.1",
"eslint-loader": "^1.7.1",
"estraverse": "^4.3.0",
"file-loader": "^0.11.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^3.2.0",
"lodash": "^4.17.21",
"normalize.css": "^6.0.0",
"san-loader": "0.0.7",
"standard": "^10.0.2",
"style-loader": "^0.13.2",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"url-loader": "^1.1.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"core-js": "^2.6.10",
"regenerator": "^0.14.2",
"san": "^3.7.9",
"san-router": "^1.2.2"
}
}