-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
49 lines (49 loc) · 1.92 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@fullhuman/postcss-purgecss": "^1.3.0",
"@tailwindcss/custom-forms": "^0.2.1",
"axios": "^0.18",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "2.0.1",
"cross-env": "^5.2.1",
"laravel-mix": "^4.0.14",
"laravel-mix-purgecss": "^4.2.0",
"lodash": "^4.17.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"resolve-url-loader": "^2.3.1",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"tailwindcss": "^2.0.4",
"vue": "^2.5.17",
"vue-template-compiler": "^2.6.4"
},
"dependencies": {
"@tailwindcss/typography": "^0.4.0",
"@yaireo/tagify": "^3.2.6",
"autoprefixer": "^10.2.5",
"clipboard": "^2.0.4",
"he": "^1.2.0",
"highlight.js": "^10.1.1",
"list.js": "^1.5.0",
"plyr": "^3.5.10",
"postcss": "^8.2.8",
"siema": "^1.5.1",
"simplemde": "^1.11.2",
"sortablejs": "^1.10.2",
"tiny-slider": "^2.9.2"
}
}