-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (67 loc) · 1.75 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
60
61
62
63
64
65
66
67
68
{
"name": "opencss",
"version": "0.0.1",
"description": "OpenCSS is a lightweight and versatile CSS utility library designed to streamline your web development process. With OpenCSS, you can easily manage and apply styles to your HTML elements, helping you create modern and responsive web interfaces.",
"private": true,
"scripts": {
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development",
"build:bun --dev": " npx webpack --config webpack.dev.ts",
"build:bun --prod": "npx webpack --config webpack.prod.ts"
},
"bin": {
"opencss": "bin/opencss-init.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fiaz-dev/opencss.git"
},
"keywords": [
"open",
"css",
"open-css",
"opencss",
"css",
"sass",
"styles",
"style",
"custom",
"styles",
"custom",
"custom",
"css",
"open-source",
"opensource",
"open",
"source",
"free"
],
"author": "muhammad-fiaz",
"license": "MIT",
"bugs": {
"url": "https://github.com/fiaz-dev/opencss/issues"
},
"homepage": "https://github.com/fiaz-dev/opencss#readme",
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/preset-typescript": "^7.23.3",
"@types/node": "^20.11.13",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"mini-css-extract-plugin": "^2.7.6",
"node-sass": "^9.0.0",
"postcss": "^8.4.32",
"postcss-loader": "^7.3.3",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
}
}