-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.01 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.01 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
{
"name": "website-private",
"version": "1.0.0",
"description": "SignPath Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "./node_modules/.bin/webpack --watch | (cd docs/ && bundle exec jekyll serve --livereload --incremental)",
"build": "./node_modules/.bin/webpack | (cd docs/ && bundle exec jekyll build)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SignPath/website-private.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SignPath/website-private/issues"
},
"homepage": "https://github.com/SignPath/website-private#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@babel/core": "^7.14.8",
"css-minimizer-webpack-plugin": "^3.0.2",
"mini-css-extract-plugin": "^2.3.0",
"js-cookie": "^3.0.1"
}
}