forked from weareunderdesign/rene.css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1002 Bytes
/
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
{
"name": "renecss",
"version": "1.2.1",
"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/relateapp/rene.git"
},
"keywords": [
"css",
"design",
"framework",
"web"
],
"author": "Relate Design LTD",
"license": "MIT",
"bugs": {
"url": "https://github.com/relateapp/rene/issues"
},
"homepage": "https://github.com/relateapp/rene#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"
},
"dependencies": {
"np": "^7.6.2"
}
}