-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 996 Bytes
/
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
{
"name": "a11y-training",
"version": "0.0.0",
"description": "A place where you can get better at building accessible UI's.",
"scripts": {
"clean": "rm -rf dist",
"prestart": "yarn clean",
"start": "NODE_ENV=development gulp",
"prebuild": "yarn clean",
"build": "NODE_ENV=production gulp"
},
"devDependencies": {
"backpack.css": "^2.0.0",
"browser-sync": "^2.26.3",
"del": "^4.1.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.17.1",
"eslint-plugin-prettier": "^3.0.1",
"gulp": "^4.0.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-data": "^1.3.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"handlebars": "^4.1.2",
"postcss-csso": "^3.0.0",
"postcss-functions": "^3.0.0",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.6.0",
"postcss-simple-vars": "^5.0.2",
"prettier": "^1.17.0"
}
}