-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.65 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
{
"name": "starter",
"version": "1.0.0",
"description": "- markdownlint\r - Monokai Pro\r - ESLint\r - Beautify\r - postcss-sugarss-language",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp dev-build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"css-loader": "^3.4.2",
"del": "^5.1.0",
"eslint": "^6.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-html": "^0.8.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^6.1.0",
"gulp-inject-partials": "^1.0.5",
"gulp-minify": "^3.1.0",
"gulp-order": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-svgmin": "^2.2.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"jshint": "^2.11.0",
"node-sass": "^4.13.1",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.1.2",
"postcss-simple-vars": "^5.0.2",
"rucksack-css": "^1.0.2",
"style-loader": "^1.1.3",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"@barba/core": "^2.9.7",
"@barba/css": "^2.1.15",
"@barba/prefetch": "^2.1.10",
"@sentry/browser": "^5.11.2",
"gsap": "^3.1.1",
"imagesloaded": "^4.1.4",
"lodash": "^4.17.19",
"normalize.css": "^8.0.1",
"p5": "^1.0.0",
"pixi.js": "^5.2.3",
"sniffer": "github:watsondg/sniffer"
}
}