-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "spacecraft",
"version": "0.3.5",
"description": "",
"license": "MIT",
"author": "Whitespace AB <[email protected]> (https://whitespace.se/)",
"repository": {
"type": "git",
"url": "https://bitbucket.org:whitespace_se/spacecraft.git"
},
"scripts": {
"gulp": "gulp"
},
"bin": {
"spacecraft": "./bin/spacecraft.js"
},
"dependencies": {
"@frctl/fractal": "^1.1.7",
"@frctl/mandelbrot": "^1.2.1",
"@frctl/nunjucks": "^2.0.1",
"babel-core": "^6.26.0",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.6.0",
"browser-sync": "^2.26.7",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-changed": "^4.0.1",
"gulp-combine-mq": "^0.4.0",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^6.1.0",
"gulp-notify": "^3.0.0",
"gulp-sass": "4.0.2",
"gulp-sequence": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-svg-sprite": "^1.3.7",
"gulp-watch": "^5.0.1",
"lodash": "^4.17.15",
"lodash.merge": "^4.6.2",
"require-dir": "^1.2.0",
"spacecraft-twig": "https://bitbucket.org/whitespace_se/spacecraft-twig.git#0.3.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.39.2",
"webpack-stream": "^5.2.1",
"yargs": "^14.0.0"
}
}