forked from frctl/mandelbrot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.03 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
{
"name": "@gotoandplay/nighthawk",
"version": "1.6.1",
"description": "A custom theme for Fractal. Remaster by gotoAndPlay.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/gtap-dev/nighthawk.git"
},
"bugs": {
"url": "https://github.com/gtap-dev/nighthawk/issues"
},
"author": "Mark Perkins <mark@clearleft.com> (http://clearleft.com/)",
"license": "MIT",
"scripts": {
"clean": "rimraf dist",
"predev": "npm run clean",
"dev": "webpack --mode development --watch",
"prebuild": "npm run clean",
"build": "webpack --mode production",
"prepack": "npm run build",
"eslint": "eslint .",
"stylelint": "stylelint \"assets/scss/**/*.scss\"",
"lint": "npm run eslint && npm run stylelint",
"test": "npm run lint"
},
"peerDependencies": {
"@frctl/fractal": ">= 1.1.7 < 2"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@frctl/fractal": "^1.3.0",
"acorn": "^7.2.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^6.0.1",
"core-js": "^3.6.5",
"css-loader": "^3.5.3",
"eslint": "^7.0.0",
"expose-loader": "^0.7.5",
"file-loader": "^6.0.0",
"highlight.js": "^9.18.1",
"iframe-resizer": "^4.2.10",
"jquery": "^3.5.1",
"jquery-pjax": "^2.0.1",
"jquery-resizable-dom": "^0.35.0",
"mark.js": "^8.11.1",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"node-sass-glob-importer": "^5.3.2",
"normalize.css": "^8.0.1",
"postcss-loader": "^3.0.0",
"resolve-url-loader": "^3.1.1",
"rimraf": "^3.0.2",
"sass-loader": "^8.0.2",
"sass-mq": "^5.0.1",
"select2": "^4.0.13",
"stylelint": "^13.5.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.17.2",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"js-beautify": "^1.11.0",
"lodash": "^4.17.15"
},
"browserslist": [
"defaults"
]
}