-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.65 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
55
56
57
58
{
"name": "fomod-builder",
"version": "0.1.0",
"private": true,
"type": "module",
"module": "es6",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npx serve out",
"lint": "next lint"
},
"browserslist": [
"supports native-filesystem-api",
"not chrome < 64",
"not edge < 79",
"not firefox < 57",
"not opera < 51",
"not safari < 12"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@monaco-editor/react": "^4.6.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.16.2",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-select": "^5.0.1",
"@types/wicg-file-system-access": "^2023.10.5",
"client-only": "^0.0.1",
"eslint": "^9.9.1",
"eslint-config-next": "^14.2.7",
"exploration": "^1.6.0",
"fomod": "^0.2.7",
"immer": "npm:@bellcubedev/immer@^10.1.6",
"jsdom": "^24.1.3",
"license-checker-rseidelsohn": "^4.3.0",
"monaco-editor": "^0.49.0",
"monaco-xsd-code-completion": "file:src/external/monaco-xsd-code-completion",
"next": "15.0.0-canary.134",
"raw-loader": "^4.0.2",
"rc-tooltip": "^6.2.0",
"react": "19.0.0-rc-7771d3a7-20240827",
"react-dom": "19.0.0-rc-7771d3a7-20240827",
"react-fontawesome": "^1.7.1",
"react-select": "^5.8.0",
"read-installed-packages": "github:BellCubeDev/read-installed",
"sass": "^1.77.8",
"server-only": "^0.0.1",
"typescript": "^5.5.4",
"xml-formatter": "^3.6.3"
},
"devDependencies": {
"serve": "^14.2.3"
}
}