-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 848 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
{
"name": "twister",
"version": "0.1.0",
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"cspell": "^6.16.0",
"grunt": "^1.5.3",
"grunt-autoprefixer": "^3.0.4",
"grunt-build-control": "^0.7.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "~3.2.0",
"grunt-contrib-nodeunit": "~4.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-shell": "^4.0.0",
"mocha": "^10.1.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"node-sass": "^8.0.0",
"postcss": "^8.4.19",
"postcss-cli": "^10.0.0",
"postcss-import": "^15.0.0",
"tailwindcss": "^3.2.4"
}
}