-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.25 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
{
"name": "hittheroad",
"version": "1.0.6",
"description": "Hit the Road shop",
"author": {
"name": "Emmanuel Béziat",
"email": "contact@emmanuelbeziat.com"
},
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/emmanuelbeziat/hittheroad.git"
},
"scripts": {
"dev": "grunt dev:full",
"watch": "grunt dev:quick",
"build": "grunt build",
"build:styles": "grunt build:styles",
"build:scripts": "grunt build:scripts"
},
"browserslist": [
">0.25%",
"not ie 11",
"not op_mini all"
],
"dependencies": {
"bootstrap": "^5.3.3",
"dotenv": "^16.4.7"
},
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"browserslist": "^4.24.3",
"grunt": "^1.6.1",
"grunt-cli": "^1.5.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-css": "^0.5.4",
"grunt-csscomb": "^4.2.0",
"grunt-newer": "^1.3.0",
"grunt-notify": "^0.4.5",
"grunt-pngmin": "^2.0.3",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"grunt-svgmin": "^7.0.0",
"load-grunt-tasks": "^5.1.0",
"postcss-sort-media-queries": "^5.2.0",
"sass": "^1.83.0"
}
}