-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·49 lines (49 loc) · 1.01 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
{
"name": "@rynpsc/craft-phonenumber",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "gulp build",
"watch": "gulp watch"
},
"browserslist": [
"Chrome >= 29",
"Edge >= 12",
"Firefox >= 28",
"IE >= 11",
"Safari >= 9"
],
"babel": {
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "usage"
}
]
]
},
"dependencies": {
"@babel/polyfill": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"autoprefixer": "^9.1.3",
"babelify": "^9.0.0",
"browserify": "^16.2.2",
"craftcms-sass": "^3.5.7",
"cssnano": "^4.0.5",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-dart-sass": "^1.0.2",
"gulp-postcss": "^8.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp.spritesmith": "^6.9.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0"
}
}