-
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.14 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.14 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": "jlpayne.com",
"version": "1.1.0",
"description": "My personal portfolio",
"author": "Joshua Payne <josh@jlpayne.com>",
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"prod": "npm run production"
},
"devDependencies": {
"axios": "^0.21.4",
"bootstrap": "4.3.1",
"cross-env": "^5.1",
"jquery": "3.5.0",
"laravel-mix": "^6.0.41",
"lodash": "4.17.21",
"popper.js": "^1.12",
"sass": "^1.49.7",
"sass-loader": "^12.1.0",
"tailwindcss": "^3.0.22",
"vue": "^2.5.7"
},
"dependencies": {
"bulma": "0.7.1",
"glob-all": "^3.2.1",
"js-yaml": "^3.13.1",
"node-sass": "^7.0.1",
"object-path": "^0.11.8",
"purgecss-webpack-plugin": "^4.1.3",
"serialize-javascript": "^3.1.0",
"webpack-dev-server": "^4.7.4",
"yargs-parser": "^13.1.2"
}
}