-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.49 KB
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
{
"name": "TestBB_Romane",
"version": "1.0.0",
"description": "",
"main": "index.js",
"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"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"axios": "^1.6.0",
"bootstrap": "^5.2.2",
"cross-env": "^7.0",
"css-loader": "^6.7.1",
"jquery": "^3.6.1",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"popper.js": "^1.14.3",
"style-loader": "^3.3.1",
"vue": "^3.2.44",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"backbone": "^1.4.1",
"backbone.localstorage": "^2.1.0",
"handlebars": "^4.7.7",
"npm-check-updates": "^19.3.2",
"underscore": "^1.13.6"
},
"private": true
}