forked from hedyorg/hedy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 953 Bytes
/
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
{
"name": "hedy",
"private": true,
"version": "0.0.1",
"description": "This file exists to bring in NPM dependencies and orchestrate deploy-time build commands.",
"repository": {
"type": "git",
"url": "git+https://github.com/Felienne/hedy.git"
},
"scripts": {
"build": "build-tools/heroku/on-deploy.sh",
"cypress": "cd tests && cypress run --spec \"cypress/e2e/**/*\""
},
"devDependencies": {
"@types/ace": "^0.0.47",
"@types/jquery": "^3.5.6",
"cypress": "^12.0.0",
"esbuild": "^0.13.15",
"jqueryui": "^1.11.1",
"minify": "^7.0.1",
"pajv": "^1.2.0",
"tailwindcss": "^3.0.13",
"typescript": "^4.4.3",
"yaml": "1.10.2"
},
"license": "ISC",
"dependencies": {
"@types/dompurify": "^2.3.3",
"@types/jqueryui": "^1.12.16",
"autoprefixer": "^10.4.2",
"chart.js": "^3.6.2",
"dompurify": "^2.3.5",
"jquery-ui-dist": "^1.13.1",
"postcss": "^8.4.5"
}
}