-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1017 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
33
34
35
{
"name": "easylist-thailand-site",
"version": "3.0.0",
"description": "EasyList Thailand's Home Page.",
"private": true,
"author": "Saran Tanpituckpong <sarunta@gmail.com>",
"license": "Apache-2.0",
"homepage": "https://easylist-thailand.github.io/",
"scripts": {
"dev": "vue-cli-service serve",
"build": "cross-env NODE_ENV=production vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "npm run lint"
},
"dependencies": {
"buefy": "^0.6.7",
"clipboard-copy": "^2.0.0",
"vue": "^2.5.17",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^7.0.0"
},
"devDependencies": {
"@vue/cli-plugin-typescript": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"browserslist-config-vue": "^1.0.3",
"cross-env": "^5.2.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"tslint": "^5.11.0",
"tslint-xo": "^0.9.0",
"typescript": "^3.0.0",
"vue-cli-plugin-pug": "^1.0.5",
"vue-template-compiler": "^2.5.17"
}
}