generated from jacobxperez/rams
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.35 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
{
"name": "rams",
"version": "1.0.0",
"description": "A Class Less CSS Design System Framework",
"source": [
"src/index.html"
],
"scripts": {
"docs": "parcel docs/index.html --no-source-maps",
"dev": "parcel --no-source-maps",
"watch": "parcel watch --no-source-maps",
"build": "parcel build --no-source-maps --no-content-hash --public-url /vaporwave-aesthetic"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jacobxperez/rams.git"
},
"keywords": [
"css",
"scss",
"front-end",
"framework",
"design system",
"class less architecture"
],
"author": "Jacob Perez",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jacobxperez/rams/issues"
},
"homepage": "https://github.com/jacobxperez/rams/",
"devDependencies": {
"@mischnic/parcel-namer-preserve-structure": "^0.2.0",
"parcel": "^2.8.3",
"parcel-optimizer-friendly-urls": "^0.2.0",
"postcss": "^8.4.21",
"postcss-advanced-variables": "^3.0.1",
"postcss-custom-selectors": "^7.1.2",
"postcss-import": "^15.1.0",
"postcss-mixins": "^9.0.4",
"postcss-nesting": "^11.2.1",
"postcss-variable-compress": "^2.0.1",
"prettier": "2.8.4"
}
}