-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.42 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
{
"devDependencies": {
"cc-lint": "^0.2.0",
"snowpack": "^3.5.1"
},
"name": "couetil.com",
"description": "check it out https://couetil.com",
"version": "1.0.0",
"main": "index.html",
"browserslist": ">0.75%, not ie 11, not UCAndroid >0, not OperaMini all",
"dependencies": {
"big-integer": "^1.6.48",
"bplist-parser": "^0.3.0",
"cc-resume": "^2.4.0",
"default-browser-id": "^3.0.0",
"esbuild": "^0.12.1",
"fsevents": "^2.3.2",
"function-bind": "^1.1.1",
"has": "^1.0.3",
"is-core-module": "^2.4.0",
"is-docker": "^2.2.1",
"is-wsl": "^2.2.0",
"open": "^8.1.0",
"os-homedir": "^2.0.0",
"path-parse": "^1.0.6",
"pify": "^5.0.0",
"resolve": "^1.20.0",
"rollup": "^2.49.0",
"untildify": "^4.0.0"
},
"scripts": {
"start": "snowpack dev",
"build:resume": "cc-resume build --build build/ --out resume/ --public-url /resume/ -v",
"build": "snowpack build && npm run build:resume",
"serve": "python3 -m http.server --directory build 1234",
"test": "cc-lint www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/couetilc/couetil.com.git"
},
"keywords": [
"couetil.com",
"connor",
"couetil",
"website"
],
"author": "C. Couetil",
"license": "MIT",
"bugs": {
"url": "https://github.com/couetilc/couetil.com/issues"
},
"homepage": "https://github.com/couetilc/couetil.com#readme"
}