This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.89 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --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 --progress --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-react": "^7.12.10",
"@claviska/jquery-minicolors": "^2.3.5",
"@fortawesome/fontawesome-free": "^5.15.2",
"@tailwindcss/postcss7-compat": "^2.0.2",
"autoprefixer": "^10.2.4",
"axios": "^0.21.1",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"classnames": "^2.2.6",
"cross-env": "^7.0.3",
"date-fns": "^2.16.1",
"deepmerge": "^4.2.2",
"is-plain-object": "^5.0.0",
"jquery": "^3.5.1",
"laravel-mix": "^6.0.11",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"postcss": "^8.0",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"ramda": "^0.27.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"resolve-url-loader": "^3.1.2",
"rxjs": "^6.6.3",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"tailwindcss": "^2.0.2",
"tippy.js": "^6.2.7",
"transition-height": "^1.0.2",
"vue-template-compiler": "^2.6.12",
"whatwg-fetch": "^3.5.0"
}
}