-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 969 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
{
"name": "quoke.github.io",
"description": "Quoke =====",
"version": "0.1.0",
"main": "_scripts/index.js",
"scripts": {
"watch": "bundle exec jekyll serve",
"build": "npm run build:scripts && bundle exec jekyll build",
"watch:scripts": "npm run build:scripts -- -w",
"build:scripts": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quoke/quoke.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/quoke/quoke.github.io/issues"
},
"homepage": "https://github.com/quoke/quoke.github.io#readme",
"dependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"glob": "^7.1.6",
"rollup": "^2.40.0",
"rollup-plugin-terser": "^7.0.2",
"smartquotes": "^2.3.2"
},
"devDependencies": {
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0"
}
}