-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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
{
"name": "screens-environmental-education",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "parcel src/index.html",
"build": "parcel build src/index.html",
"postbuild": "cp -r ./static/* ./dist"
},
"keywords": [],
"author": "Marc Vilella <mvilella@obsa.ad> (https://github.com/markusand)",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.9",
"@vue/component-compiler-utils": "^3.2.0",
"eslint": "^7.12.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.1.0",
"parcel-bundler": "^1.12.4",
"sass": "^1.29.0",
"stylelint": "^13.7.2",
"stylelint-scss": "^3.18.0",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/runtime": "^7.12.5",
"airtable": "^0.10.1",
"mapbox-gl": "^2.0.0",
"reset-css": "^5.0.1",
"vue": "^2.6.12",
"vue-hot-reload-api": "^2.3.4",
"vue-i18n": "^8.22.2",
"vue-router": "^3.4.9"
}
}