-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 2.3 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
50
51
52
53
54
55
56
57
{
"private": true,
"name": "zuhanden",
"version": "0.1.0",
"description": "A ready-to-hand toolbox for academics.",
"main": "webpack.mix.js",
"directories": {
"test": "tests"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.0",
"@fortawesome/pro-duotone-svg-icons": "^5.11.0",
"@fortawesome/pro-light-svg-icons": "^5.11.0",
"@fortawesome/pro-regular-svg-icons": "^5.11.0",
"@fortawesome/pro-solid-svg-icons": "^5.11.0",
"@fortawesome/vue-fontawesome": "^0.1.7",
"@inertiajs/inertia": "^0.1.7",
"@inertiajs/inertia-vue": "^0.1.2",
"autosize": "^4.0.2",
"axios": "^0.19.0",
"cross-env": "^6.0.3",
"eslint": "^5.16.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.0",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"glob-all": "^3.1.0",
"laravel-mix": "^5.0.0",
"lodash": "^4.17.15",
"postcss-import": "^12.0.1",
"postcss-nesting": "^7.0.0",
"purgecss-webpack-plugin": "^1.6.0",
"resolve-url-loader": "^2.3.1",
"sass": "^1.23.1",
"sass-loader": "^8.0.0",
"tailwindcss": "^1.1.3",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"vue-meta": "^2.2.2"
},
"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",
"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"
},
"author": "Erik Westlund",
"license": "ISC"
}