-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.52 KB
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
{
"name": "better-keyboard",
"version": "0.0.2",
"description": "A js keyboard component for mobile.",
"main": "build/jkeyboard.js",
"scripts": {
"dev": "webpack-dev-server --port 9090 --inline --hot --content-base ./demo --host localhost",
"build": "webpack && webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xwpongithub/better-keyboard.git"
},
"author": "XiaoWenpeng",
"license": "MIT",
"bugs": {
"url": "https://github.com/xwpongithub/better-keyboard/issues"
},
"homepage": "https://github.com/xwpongithub/better-keyboard#readme",
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.0",
"eslint": ">=4.18.2",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^0.11.1",
"postcss-loader": "^1.3.3",
"style-loader": "^0.16.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.5.8",
"webpack": "^2.4.1",
"webpack-dev-server": ">=3.1.11"
},
"dependencies": {
"babel-runtime": "^6.23.0"
}
}