-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 868 Bytes
/
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
{
"name": "groceries-vue",
"version": "0.17.0",
"description": "Rewrite of my groceries web app in Vue and Parcel",
"main": "index.pug",
"scripts": {
"start": "parcel index.pug",
"production": "rm -rf dist && rm -rf .cache && parcel build index.pug",
"p": "npm run production"
},
"author": "bzelip",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"basscss": "^7.1.1",
"vue": "^2.5.17",
"vue-hot-reload-api": "^2.3.1",
"vue-meta": "^1.5.6",
"vue-router": "^3.0.2",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/component-compiler-utils": "^1.3.1",
"autoprefixer": "^9.3.1",
"parcel-bundler": "^1.12.4",
"postcss-color-function": "^4.0.1",
"postcss-custom-properties": "^8.0.9",
"postcss-import": "^12.0.1",
"pug": "^2.0.3",
"vue-template-compiler": "^2.5.17"
}
}