-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "alfabank-sketch",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"alfa-ui-primitives": "1.3.1",
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.12",
"cheerio": "^1.0.0-rc.2",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"eslint": "^4.13.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"glob": "^7.1.2",
"glob-fs": "^0.1.6",
"gulp": "^3.9.1",
"gulp-appcache": "0.0.4",
"gulp-babel": "^6.1.2",
"gulp-cheerio": "^0.6.2",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-insert": "^0.5.0",
"gulp-less": "^3.3.2",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-replace": "^0.6.1",
"gulp-svgmin": "^1.2.4",
"gulp-util": "^3.0.8",
"jquery": "^3.2.1",
"json-loader": "^0.5.4",
"run-sequence": "^2.0.0",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"alfa-ui-icons": "^0.1.1",
"babel-eslint": "^8.0.3",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1"
}
}