forked from FSMaxB/correcthorsebatterystaple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.21 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
{
"name": "correcthorsebatterystaple",
"private": true,
"scripts": {
"watch": "concurrently \"node dev-server.js\" \"npm run watch-files\"",
"watch-files": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"tailwindcss": "^0.7.3",
"vue": "^2.5.22"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-plugin-transform-runtime": "^6.23.0",
"colors": "^1.3.3",
"concurrently": "^4.1.0",
"cross-env": "^5.2.0",
"eslint": "^5.12.0",
"eslint-config-prettier": "^3.5.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-vue": "^5.1.0",
"express": "^4.16.4",
"glob-all": "^3.1.0",
"laravel-mix": "^4.0.14",
"opn": "^5.4.0",
"purgecss-webpack-plugin": "^1.4.0",
"sass": "^1.16.0",
"sass-loader": "^7.1.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-standard": "^18.2.0",
"vue-template-compiler": "^2.5.22"
}
}