-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.49 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.49 KB
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
{
"name": "vt-pattern-library",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@frctl/fractal": "^1.5.11",
"json-schema": ">=0.4.0",
"@frctl/mandelbrot": "^1.9.4",
"@frctl/nunjucks": "^2.0.13"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"autoprefixer": "^10.3.1",
"axios": ">=0.21.2",
"cssnano": "^5.0.7",
"cypress": "^8.4.1",
"json-schema": ">=0.4.0",
"modern-css-reset": "^1.4.0",
"node-sass": "^7.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.1.0",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.2",
"rollup": "^2.56.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-sass-variables": "^0.1.1",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"set-value": ">=4.0.1"
},
"scripts": {
"build": "npm-run-all rollup:build fractal:build",
"fractal:build": "fractal build",
"fractal:watch": "fractal start --sync",
"rollup:build": "rollup -c",
"rollup:watch": "rollup -c --watch",
"test": "cypress open",
"watch": "npm-run-all --parallel rollup:watch fractal:watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aquent/vt-pattern-library.git"
},
"author": "",
"license": "ISC",
"homepage": "https://aquent.github.io/vt-pattern-library"
}