-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.33 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.33 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
{
"name": "genki-db",
"version": "1.0.0",
"description": "Genki DB",
"author": "Chase Meadors <c.ed.mead@gmail.com>",
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server --mode development",
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode production",
"profile": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode production --profile",
"publish": "gh-pages -d dist"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^0.1.10",
"babel-loader": "^8.3.0",
"babel-preset-modern-browsers": "^13.0.1",
"bulma": "^0.9.4",
"css-loader": "^2.1.1",
"fitty": "^2.4.2",
"gh-pages": "^6.1.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.12.0",
"plausible-tracker": "^0.3.9",
"sass": "^1.77.6",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"vue": "^2.5.22",
"vue-loader": "^15.11.1",
"vue-template-compiler": "^2.7.16",
"webpack": "^4.47.0",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^3.6.3"
}
}