forked from Kholid060/inspect-css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.08 KB
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
{
"name": "inspectcss",
"version": "0.3.1",
"private": false,
"scripts": {
"serve": "vue-cli-service build --mode development --watch",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"colorthief": "^2.3.2",
"core-js": "^3.6.5",
"file-saver": "^2.0.5",
"jszip": "^3.7.0",
"prismjs": "^1.25.0",
"vue": "^3.0.11",
"vue-prism-editor": "^2.0.0-alpha.2"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/compiler-sfc": "^3.0.11",
"@vue/eslint-config-airbnb": "^5.3.0",
"autoprefixer": "9",
"eslint": "^7.20.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^7.6.0",
"lint-staged": "^9.5.0",
"postcss": "7",
"postcss-import": "12",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"to-string-loader": "^1.1.6",
"vue-cli-plugin-browser-extension": "latest"
}
}