-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "@bluecadet/bc-grid",
"version": "1.0.0",
"description": "",
"main": "css/grid.css",
"css": "css/grid.css",
"scripts": {
"build": "bldr build && fractal build",
"dev": "bldr watch",
"fractal": "bldr watch & fractal start"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.21.0",
"@bluecadet/bldr": "^0.7.4",
"@frctl/fractal": "^1.5.15",
"@frctl/mandelbrot": "^1.10.3",
"@frctl/twig": "^1.2.13",
"@wondrousllc/fractal-twig-drupal-adapter": "^1.3.1",
"autoprefixer": "^10.4.14",
"cssnano": "^5.1.15",
"postcss": "^8.4.21",
"postcss-advanced-variables": "^3.0.1",
"postcss-assets": "^6.0.0",
"postcss-class-apply": "^4.0.1",
"postcss-custom-media": "^9.1.2",
"postcss-discard-comments": "^5.1.2",
"postcss-easy-import": "^4.0.0",
"postcss-hexrgba": "^2.1.0",
"postcss-map-get": "^0.3.0",
"postcss-math": "^0.0.10",
"postcss-mixins": "^9.0.4",
"postcss-nested": "^6.0.1",
"postcss-preset-env": "^8.0.1",
"postcss-pxtorem": "^6.0.0",
"postcss-scss": "^4.0.6"
}
}