-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "glyphs",
"version": "1.1.2",
"description": "The handy developer’s glyph reference",
"main": "src/app.js",
"scripts": {
"dev": "yarn run clean && parcel index.html --open --out-dir docs",
"build": "yarn run clean && parcel build index.html --out-dir docs",
"clean": "rm -f docs/app.* && rm -rf .cache",
"scrape": "node --use_strict scrape/scrape.js"
},
"repository": "git@github.com:sprtus/glyphs.git",
"author": "@kyleschaeffer",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"clipboard": "^2.0.6",
"fuse.js": "^6.4.1",
"query-string": "^6.13.1",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.2.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"chalk": "^4.1.0",
"eslint": "^7.6.0",
"eslint-plugin-vue": "^6.2.2",
"fs": "^0.0.1-security",
"node-fetch": "^2.6.1",
"parcel-bundler": "^1.12.4",
"sass": "^1.26.10",
"vue-hot-reload-api": "^2.3.4",
"vue-template-compiler": "^2.6.11"
}
}