-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.42 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.42 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
48
49
50
51
52
53
54
55
56
{
"name": "ruffians",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/webpack-env": "^1.18.5",
"mutative": "^1.0.10",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"scripts": {
"start": "parcel",
"build": "parcel build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@parcel/packager-raw-url": "2.12.0",
"@parcel/transformer-webmanifest": "2.12.0",
"@parcel/validator-eslint": "^2.12.0",
"@parcel/validator-typescript": "^2.12.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^5.1.0-rc-5d19e1c8-20240923",
"globals": "^15.9.0",
"parcel": "^2.12.0",
"process": "^0.11.10",
"typescript": "<5.6.0",
"typescript-eslint": "^8.7.0",
"typescript-plugin-css-modules": "^5.1.0"
},
"prettier": {
"printWidth": 120,
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false
},
"source": "src/index.html",
"proxy": "https://ruffians.goffrie.com/",
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}