-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.51 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
{
"name": "aurora-box",
"version": "5.0.0",
"description": "Aurora box",
"main": "index.js",
"author": "Nikita Fedorov",
"type": "module",
"homepage": "https://nikitait.github.io/frontend-recruitment-task-header-with-menu",
"browserslist": [
"ie 11",
"last 1 Chrome versions",
"last 1 Edge versions",
"last 1 Firefox versions",
"last 1 Safari versions"
],
"license": "ISC",
"scripts": {
"start": "npx gulp",
"build": "npx gulp build",
"test-after-start": "pa11y --runner axe --runner htmlcs http://localhost:3000",
"predeploy": "npm run build",
"deploy": "npx gh-pages -d dist",
"publish": "npm run predeploy && npm run deploy"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"babel-loader": "^8.2.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-root-import": "^6.6.0",
"browser-sync": "2.24.6",
"browsersync-ssi": "^0.2.4",
"cssnano": "^5.0.8",
"del": "^6.0.0",
"dotenv": "^10.0.0",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.3",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^8.0.0",
"gulp-noop": "^1.0.1",
"gulp-postcss": "^9.0.1",
"gulp-rsync": "0.0.9",
"mini-svg-data-uri": "^1.4.3",
"pa11y": "^6.1.0",
"postcss": "^8.3.11",
"postcss-focus-visible": "^6.0.1",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.4.1",
"tailwindcss": "2.2.19",
"terser-webpack-plugin": "^5.2.4",
"webpack": "^5.59.1",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"focus-visible": "^5.2.0"
}
}