-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
118 lines (118 loc) · 3.9 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "figuration",
"description": "A feature rich, responsive, mobile first, accessible, front-end framework.",
"version": "4.4.1",
"config": {
"versionShort": "4.4"
},
"keywords": [
"css",
"sass",
"mobile-first",
"responsive",
"accessible",
"front-end",
"framework",
"web"
],
"homepage": "https://figuration.org",
"author": "CAST, Inc.",
"scripts": {
"test": "grunt test",
"css-lint-vars": "npm-run-all --continue-on-error --parallel css-lint-vars-*",
"css-lint-vars-core": "fusv scss/",
"css-lint-vars-docs": "cross-env-shell \"fusv site/assets/$npm_package_config_versionShort/scss/\"",
"docs-build": "npm run docs-serve-clean && npm run docs-serve-copy && eleventy --quiet",
"docs-serve": "npm-run-all --parallel docs-serve-*",
"docs-serve-clean": "rimraf _siteout",
"docs-serve-copy": "cross-env-shell \"shx rm -rf site/assets/$npm_package_config_versionShort/dist/ && shx cp -r dist/ site/assets/$npm_package_config_versionShort/\"",
"docs-serve-11ty": "eleventy --serve --port=9001",
"docs-prod": "npm run docs-serve-clean && cross-env ELEVENTY_ENV=production eleventy",
"docs-prod-serve": "npm run docs-serve-clean && cross-env ELEVENTY_ENV=production eleventy --serve",
"linkinator": "linkinator _siteout --recurse --skip \"^(?!http://localhost)\" --verbosity error",
"js-test-karma": "karma start build/karma.conf.js",
"js-test-debug": "cross-env DEBUG=true npm run js-test-karma",
"js-test-cloud": "cross-env SAUCE=true npm run js-test-karma"
},
"style": "dist/css/figuration.css",
"sass": "scss/figuration.scss",
"main": "dist/js/figuration.js",
"repository": {
"type": "git",
"url": "https://github.com/cast-org/figuration.git"
},
"bugs": {
"url": "https://github.com/cast-org/figuration/issues"
},
"license": "MIT",
"peerDependencies": {
"jquery": "1.9.1 - 3",
"popper.js": "^1.16.1"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eleventy-plugin-nesting-toc": "^1.3.0",
"eslint": "^8.55.0",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-figuration": "file:build/eslint-plugin-figuration",
"eslint-plugin-node": "^11.1.0",
"find-unused-sass-variables": "^6.0.0",
"glob": "^11.0.0",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^24.3.0",
"grunt-html": "^17.1.0",
"grunt-rtlcss": "^2.0.2",
"grunt-run": "^0.8.1",
"grunt-sass": "^3.1.0",
"grunt-stylelint": "^0.19.0",
"ip": "^2.0.1",
"jquery": "^3.7.1",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-cli": "^2.0.0",
"karma-detect-browsers": "^2.3.3",
"karma-firefox-launcher": "^2.1.3",
"karma-qunit": "^4.2.1",
"karma-sauce-launcher": "^4.3.6",
"linkinator": "^6.1.2",
"load-grunt-tasks": "^5.1.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.2.0",
"markdown-it-link-attributes": "^4.0.1",
"node-sass": "^9.0.0",
"npm-run-all2": "^7.0.1",
"popper.js": "^1.16.1",
"postcss": "^8.4.49",
"postcss-calc": "^10.0.2",
"postcss-flexbugs-fixes": "^5.0.2",
"prismjs": "^1.29.0",
"qunit": "^2.22.0",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"slugify": "^1.6.6",
"stylelint": "^15.11.0",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-scss": "^5.3.1",
"stylelint-stylistic": "^0.4.3",
"time-grunt": "^2.0.0"
},
"files": [
"dist/{css,js}/*.{css,js,map}",
"js/*.js",
"scss/**/*.scss"
],
"overrides": {
"webdriverio": "^7.19.5"
}
}