-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.45 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@novakf/resto-ui",
"version": "1.1.0",
"description": "Resto UI Kit",
"main": "./dist/index.js",
"scripts": {
"build": "NODE_ENV=production npx webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 0",
"prepublishOnly": "npm run build",
"prerelease": "./scripts/prerelease.sh && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/novakf/resto-ui-kit.git"
},
"publishConfig": {
"@novakf:registry": "https://npm.pkg.github.com"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/novakf/resto-ui-kit/issues"
},
"homepage": "https://github.com/novakf/resto-ui-kit#readme",
"dependencies": {
"@fontsource/montserrat": "^5.0.17",
"handlebars": "^4.7.8"
},
"devDependencies": {
"@babel/preset-env": "^7.23.9",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"create-file-webpack": "^1.0.2",
"css-loader": "^6.10.0",
"dotenv": "^16.4.5",
"handlebars-loader": "^1.7.3",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.0",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"style-loader": "^3.3.4",
"url-loader": "^4.1.1",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11"
],
"babel": {
"presets": [
"@babel/preset-env"
]
},
"files": [
"dist"
]
}