-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·62 lines (62 loc) · 2.39 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·62 lines (62 loc) · 2.39 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "foundation",
"version": "1.1.0",
"description": "foundation theme",
"scripts": {
"dev": "node node_modules/cross-env/src/bin/cross-env.js cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --watch --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "node node_modules/cross-env/src/bin/cross-env.js cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"build": "node node_modules/cross-env/src/bin/cross-env.js cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GhostPirates/foundationfinal"
},
"author": "GhostPirates",
"license": "MIT",
"dependencies": {
"foundation-sites": "6.7.4",
"jquery": "^3.6.0",
"what-input": "5.2.10"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.0",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/plugin-transform-spread": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/runtime": "^7.10.4",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"breakpoint-sass": "^2.7.1",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"browserslist": "^4.19.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"core-js": "^2.6.12",
"cross-env": "^7.0.3",
"graceful-fs": "^4.2.9",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^10.0.1",
"imagemin-webpack-plugin": "^2.4.2",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.43",
"postcss": "^8.4.6",
"pretty-error": "^4.0.0",
"resolve-url-loader": "5.0.0",
"rimraf": "^3.0.2",
"sass": "^1.49.9",
"sass-loader": "12.1.0",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.4",
"webpack-livereload-plugin": "^1.2.0"
}
}