-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 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
{
"name": "jekyll-cloudcannon-template",
"version": "1.0.0",
"description": "Cloudcannon Suite Template is a starting point for sites hosted on Cloudcannon and built using Jekyll.",
"private": true,
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "cd src && jekyll serve --watch",
"dev": "concurrently 'npm:watch-scripts' 'npm:start' ",
"watch-scripts": "gulp scripts",
"postinstall": "cd src && bundle install"
},
"author": "Ocupop",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.4.1",
"concurrently": "^5.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"remixicon": "^2.4.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/register": "^7.9.0",
"babel-loader": "^8.1.0",
"gulp": "^4.0.2",
"patch-package": "^6.2.2",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-stream": "^5.2.1"
}
}