forked from xCss/Valine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.47 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
{
"name": "valine",
"version": "1.1.5-beta",
"description": "A simple comment system based on Leancloud.",
"main": "/src/Valine.js",
"author": {
"name": "xCss",
"url": "https://github.com/xCss",
"email": "[email protected]"
},
"scripts": {
"test": "webpack",
"build": "webpack",
"dev": "node_modules/.bin/webpack-dev-server --colors --hot --inline",
"clear": "rm -rf dist/* "
},
"keywords": [
"Valine",
"Simple Comment",
"Comment System",
"Based on Leancloud",
"Minimalist"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/xcss/Valine.git"
},
"bugs": {
"url": "https://github.com/xcss/Valine/issues"
},
"homepage": "https://github.com/xcss/Valine#readme",
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.22.0",
"css-loader": "^0.28.4",
"exports-loader": "^0.6.3",
"file-loader": "^0.11.2",
"node-sass": "^4.5.0",
"postcss-loader": "^2.0.5",
"sass-loader": "^6.0.3",
"snarkdown": "^1.2.2",
"style-loader": "^0.18.2",
"url-loader": "^0.5.7",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}