-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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
{
"name": "divd",
"version": "1.0.0",
"description": "",
"main": "index.js",
"browserslist": [
"Android 2.3",
"Android >= 4",
"Chrome >= 20",
"Firefox >= 24",
"Explorer >= 8",
"iOS >= 6",
"Opera >= 12",
"Safari >= 6"
],
"scripts": {
"postbuild": "node ./scripts/postbuild.js",
"gen-people": "node ./scripts/generate_people.js",
"gen-teams": "node ./scripts/generate_teams.js",
"update-stats": "node ./scripts/update_stats.js",
"cms": "vite",
"cms-build": "vite build"
},
"author": "Les Kleuver",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.20",
"buffer": "^6.0.3",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"postcss": "^8.5.1",
"postcss-cli": "^11.0.0",
"prettier": "^3.4.2",
"prettier-plugin-go-template": "^0.0.15",
"process": "^0.11.10",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^5.4.12"
},
"dependencies": {
"@sveltia/cms": "^0.55.0",
"axios": "^1.7.9",
"caniuse-lite": "^1.0.30001695",
"gray-matter": "^4.0.3",
"lunr": "^2.3.9",
"yargs": "^17.7.2"
}
}