-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.23 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
{
"name": "xpda.net",
"version": "1.0.0",
"type": "module",
"homepage": "http://XPDA.net",
"description": "Website for XPDA.net (Cross-Platform Desktop Apps)",
"main": "index.html",
"scripts": {
"start": "node node_modules/npm-free-server/dist/server.js",
"lint": "eslint _scripts/**/*.js _components/**/*.vue",
"fix": "npm run lint -- --fix",
"sasslint": "sass-lint -c .sass-lint.yml -v -f table",
"sassfix": "sass-lint-auto-fix -c .sass-lint.yml",
"test": "node test.js"
},
"devDependencies": {
"@stylistic/eslint-plugin-js": "^2.8.0",
"eslint": "^9.11.1",
"eslint-config-tjw-base": "^3.0.1",
"eslint-config-tjw-vue": "^4.0.0",
"eslint-plugin-vue": "^9.28.0",
"meyer-sass": "^2.0.1",
"normalize.css": "^8.0.1",
"npm-free-server": "^1.1.0",
"sass": "^1.32.8",
"sass-lint": "^1.13.1",
"sass-lint-auto-fix": "^0.21.2",
"sass-material-colors": "0.0.5",
"tjw-sasslint-rules": "^2.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpdanet/xpdanet.github.io.git"
},
"author": "The Jared Wilcurt",
"license": "MIT",
"bugs": {
"url": "https://github.com/xpdanet/xpdanet.github.io/issues"
},
"volta": {
"node": "22.9.0"
}
}