-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.16 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
40
41
42
43
44
45
46
47
{
"name": "winterchilla",
"version": "1.0.0",
"homepage": "https://mlpvector.club",
"type": "module",
"dependencies": {
"autoprefixer": "^10.4.0",
"chokidar": "^4.0.0",
"dotenv": "^16.0.0",
"esbuild": "^0.25.0",
"glob": "^11.0.0",
"normalize-scss": "^8.0.0",
"playwright": "^1.59.1",
"postcss": "^8.4.0",
"svgo": "^2.8.0"
},
"devDependencies": {
"@shopify/draggable": "1.0.0-beta.8",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"blueimp-md5": "2.10.0",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.2",
"fluidbox": "2.0.5",
"globals": "^15.12.0",
"jquery": "^3.6.0",
"minimist": ">=1.2.3",
"prop-types": "15.6.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.79.4",
"tar": ">=4.4.18",
"typicons.font": "^2.0.9"
},
"author": "WentTheFox (https://went.tf)",
"license": "MIT",
"private": true,
"scripts": {
"build": "node build.mjs",
"watch": "node build.mjs --watch",
"lint": "eslint \"assets/js/**/*.{js,jsx}\"",
"api:schema": "php -f scripts/generate_api_schema.php"
},
"browserslist": [
"last 2 versions"
]
}