-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "prp",
"version": "0.0.1",
"license": "MIT",
"private": true,
"devDependencies": {
"@jihchi/vite-plugin-rescript": "^5.3.0",
"@nrwl/cli": "15.9.3",
"@nrwl/workspace": "16.3.2",
"@rescript/core": "^0.3.1",
"@rollup/plugin-replace": "^5.0.2",
"@ryyppy/rescript-promise": "^2.1.0",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"autoprefixer": "^10.4.14",
"ava": "^5.3.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"execa": "^7.1.1",
"gentype": "^4.5.0",
"hybrids": "^8.2.0",
"jsdom": "^22.1.0",
"json-server": "^0.17.3",
"nx": "16.3.2",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"rescript": "^10.1.4",
"rescript-webapi": "^0.8.0",
"rollup-plugin-html-literals": "github:gourmetseasoningsake/rollup-plugin-html-literals",
"sinon": "^15.1.0",
"tailwindcss": "^3.3.2",
"typescript": "~5.1.3",
"vite": "^4.3.9"
}
}