This repository has been archived by the owner on Aug 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
69 lines (69 loc) · 1.94 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
{
"name": "@frctl/mandelbrot",
"version": "1.4.0",
"description": "The default theme for Fractal.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/frctl/mandelbrot.git"
},
"bugs": {
"url": "https://github.com/frctl/mandelbrot/issues"
},
"author": "Mark Perkins <[email protected]> (http://clearleft.com/)",
"license": "MIT",
"scripts": {
"start": "gulp watch",
"build": "gulp",
"prepack": "npm run build",
"stylelint": "stylelint \"assets/scss/**/*.scss\"",
"eslint": "eslint .",
"validate": "npm run stylelint && npm run eslint",
"format": "npm run eslint -- --fix",
"test": "npm run validate"
},
"peerDependencies": {
"@frctl/fractal": ">= 1.1.0-alpha.0 < 2"
},
"devDependencies": {
"@frctl/fractal": "^1.2.1",
"babel-eslint": "^10.1.0",
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"core-js": "^3.6.4",
"del": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-if": "^3.0.0",
"gulp-sass": "^4.0.0",
"gulp-sass-glob": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"highlight.js": "^9.1.0",
"jquery": "^3.4.0",
"jquery-pjax": "git+https://github.com/defunkt/jquery-pjax.git",
"jquery-resizable-dom": "^0.16.0",
"mark.js": "^8.11.1",
"normalize.css": "^4.1.1",
"prettier": "^2.0.5",
"sass-mq": "^3.2.6",
"select2": "4.0.3",
"stylelint": "^13.3.3",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.17.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.7.0"
},
"dependencies": {
"js-beautify": "^1.6.2",
"lodash": "^4.12.0"
}
}