-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 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
{
"name": "template",
"version": "0.2.0",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.17.0",
"@babel/runtime-corejs3": "^7.17.0",
"core-js": "^3.21.0"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@lodder/grunt-postcss": "^3.1.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"autoprefixer": "^9.8.6",
"breakpoint-sass": "^2.7.1",
"breakpoint-slicer": "^2.0.0",
"compass-mixins-template": "^0.12.15",
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-uglify": "^2.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-env": "^1.0.1",
"grunt-rollup": "^11.9.0",
"grunt-sass": "^3.1.0",
"grunt-terser": "^2.0.0",
"load-grunt-tasks": "^5.1.0",
"postcss": "^8.4.6",
"sass": "^1.49.7",
"tailwindcss": "^3.0.22",
"terser": "^5.10.0"
},
"engines": {
"node": ">= 10.0.0"
},
"scripts": {
"gulp": "node_modules/grunt/bin/grunt"
}
}