-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 2.07 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "css-outliner",
"version": "1.0.0",
"versionName": "The Beginning ✝️",
"private": true,
"description": "Adding outline for chosen HTML element and many other tools for CSS.",
"main": "src/app/css-outliner.js",
"author": {
"name": "Cucu Ionut - Nicu",
"email": "siiiiiiiiiiiiiiiiiiiiike",
"url": "https://github.com/Van4kk"
},
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --env=local --config=node_modules/laravel-mix/setup/webpack.config.js",
"staging": "cross-env NODE_ENV=staging node_modules/webpack/bin/webpack.js --progress --env=staging --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --env=production --config=node_modules/laravel-mix/setup/webpack.config.js",
"development": "npm run dev",
"prod": "npm run production",
"watch": "npm run dev --watch"
},
"devDependencies": {
"@heroicons/vue": "^2.0.18",
"@popperjs/core": "2.11.7",
"@vue/compiler-sfc": "^3.2.47",
"@vueuse/core": "^10.1.2",
"autoprefixer": "10.4.14",
"colorthief": "^2.2.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"file-saver": "^2.0.5",
"jszip": "^3.7.0",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.23",
"postcss-import": "15.1.0",
"postcss-loader": "^7.3.2",
"sass": "^1.62.1",
"sass-loader": "13.2.2",
"style-loader": "2.0.0",
"tailwindcss": "^3.3.2",
"to-string-loader": "^1.2.0",
"vue": "^3.2.36",
"vue-loader": "^16.0.0-rc.1"
},
"homepage": "https://github.com/Van4kk/css-outliner",
"keywords": [
"chrome",
"chrome extension",
"extension",
"css",
"css debugger",
"css outliner",
"css outline"
],
"license": "MIT",
"dependencies": {
"@adamdehaven/vue-custom-tooltip": "^2.6.0"
}
}