-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.22 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
{
"name": "fooleap",
"version": "1.0.0",
"main": "/src/main.js",
"dependencies": {
"coordtransform": "^2.1.2",
"davidshimjs-qrcodejs": "0.0.2",
"disqus-php-api": "fooleap/disqus-php-api",
"flowchart.js": "^1.11.3",
"typocss": "^1.4.0",
"webpack-raphael": "^2.1.4",
"weixin-js-sdk": "^1.3.3"
},
"devDependencies": {
"autoprefixer": "^9.5.1",
"css-loader": "^2.1.1",
"extract-loader": "^3.1.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.12.0",
"path": "^0.12.7",
"postcss": "^7.0.16",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"url-loader": "^1.1.2",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
},
"scripts": {
"build": "webpack -p && jekyll b"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fooleap/fooleap.github.io.git"
},
"author": "fooleap",
"license": "ISC",
"bugs": {
"url": "https://github.com/fooleap/fooleap.github.io/issues"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"homepage": "https://github.com/fooleap/fooleap.github.io#readme",
"description": ""
}