This repository has been archived by the owner on Jul 31, 2022. It is now read-only.
forked from tailwindlabs/tailwindcss.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.44 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
{
"scripts": {
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --env=local --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --env=production --config=node_modules/laravel-mix/setup/webpack.config.js",
"staging": "cross-env NODE_ENV=staging node_modules/webpack/bin/webpack.js --progress --hide-modules --env=staging --config=node_modules/laravel-mix/setup/webpack.config.js",
"dev": "npm run development",
"prod": "npm run production",
"watch": "npm run development -- --watch"
},
"private": true,
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.2.0",
"anchor-js": "^4.1.0",
"cross-env": "^3.2.3",
"escape-html": "^1.0.3",
"extra-watch-webpack-plugin": "^1.0.3",
"gsap": "^2.1.2",
"hasbin": "^1.2.3",
"laravel-mix": "^4.0.15",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"lodash": "^4.17.4",
"mousetrap": "^1.6.1",
"node-cmd": "^3.0.0",
"normalize.css": "^7.0.0",
"nprogress": "^0.2.0",
"on-build-webpack": "^0.1.0",
"postcss-cssnext": "^3.0.2",
"prismjs": "^1.8.3",
"stylefmt": "^6.0.0",
"tailwindcss": "^1.0.1",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"webpack-watch": "^0.2.0",
"yargs": "^10.0.3"
},
"browserslist": [
"> 1%"
]
}