-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "@rnbws/renecss",
"version": "0.0.3",
"description": "Rene is a design system for intention and meaning",
"main": "rene.css",
"scripts": {
"clean": "rm dist/bundle.js",
"rene": "webpack --mode development",
"rene.min": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rnbwdev/rene.css.git"
},
"publishConfig": {
"publishConfig": {
"@rnbws:registry": "https://npm.pkg.github.com",
"access": "public"
}
},
"keywords": [
"css",
"design",
"framework",
"web"
],
"author": "Relate Design LTD",
"license": "MIT",
"bugs": {
"url": "https://github.com/rnbwdev/rene.css/issues"
},
"homepage": "https://github.com/rnbwdev/rene.css#readme",
"devDependencies": {
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.6.1",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-shell-plugin-next": "^2.2.2"
}
}