-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.15 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
{
"name": "nusbusiness",
"version": "1.0.0",
"description": "Help NUS students find their nearest business opportunity",
"main": "index.js",
"repository": "[email protected]:nusmodifications/nusbusiness.git",
"author": "Zhang Yi Jiang <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "parcel --no-source-maps *.html",
"build": "parcel build *.html --no-source-maps ",
"prettify": "prettier --write *.js src/**.js src/**.vue"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@vue/component-compiler-utils": "^2.6.0",
"lodash": "^4.17.13",
"parcel-bundler": "^1.12.3",
"prettier": "1.16.4",
"sass": "^1.16.1",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"classnames": "^2.2.6",
"flatbush": "^3.1.1",
"leaflet": "^1.4.0",
"normalize-scss": "^7.0.1",
"normalize.css": "^8.0.1",
"skeleton-sass-official": "^3.1.6",
"vue": "^2.6.10",
"vue-analytics": "^5.16.4",
"vue-hot-reload-api": "^2.3.3",
"vue2-leaflet": "^2.0.2"
},
"prettier": {
"trailingComma": "es5"
}
}