-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 920 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
{
"name": "palette-contrast",
"version": "1.0.1",
"private": true,
"description": "Color palette contrast analysis tool",
"author": "Ryan Johnson <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"clean": "rm -fr node_modules",
"install:clean": "yarn clean && yarn install"
},
"dependencies": {
"vue": "^2.5.17"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.x",
"@vue/cli-plugin-eslint": "4.x",
"@vue/cli-service": "4.x",
"@vue/eslint-config-standard": "4.x",
"@webcomponents/webcomponentsjs": "^2.1.3",
"babel-eslint": "^10.0.1",
"chroma-js": "2.x",
"eslint": "6.x",
"eslint-plugin-vue": "6.x",
"less": "^3.0.4",
"less-loader": "^6.0.0",
"vue-template-compiler": "^2.5.17",
"webpack": "^5.0.0"
},
"license": "UNLICENSED"
}