-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
37 lines (37 loc) · 908 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": "github-emoji",
"version": "1.2.3",
"description": "Github表情大全",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wscats/github-emoji.git"
},
"author": "Wscats oaoafly&Windiest",
"license": "ISC",
"bugs": {
"url": "https://github.com/Wscats/github-emoji/issues"
},
"homepage": "https://github.com/Wscats/github-emoji#readme",
"dependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"css-loader": "^0.26.1",
"vue": "^2.1.6",
"vue-loader": "^10.0.2",
"style-loader": "^0.16.1",
"vue-template-compiler": "^2.1.6",
"webpack": "^1.14.0",
"webpack-dev-server": "^2.3.0",
"weui": "^1.1.1"
},
"devDependencies": {
"babel-loader": "^6.4.1"
}
}