-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.3 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.3 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
{
"name": "fooleap",
"version": "1.0.0",
"type": "module",
"main": "/src/main.js",
"dependencies": {
"coordtransform": "^2.1.2",
"davidshimjs-qrcodejs": "0.0.2",
"disqus-php-api": "git+https://github.com/fooleap/disqus-php-api.git",
"flowchart.js": "^1.18.0",
"raphael": "^2.3.0",
"typocss": "^1.4.0",
"weixin-js-sdk": "^1.6.5"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"sass": "^1.83.1",
"terser": "^5.37.0",
"vite": "^6.0.7",
"vite-plugin-font": "^4.0.0"
},
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"jekyll:dev": "bundle exec jekyll serve",
"jekyll:build": "bundle exec jekyll build"
},
"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": "",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}