-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.66 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.66 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
57
58
59
60
{
"name": "backend",
"version": "1.0.0",
"description": "## Run it on your machine",
"main": "main.js",
"browserslist": "> 0.5%, last 2 versions, not dead",
"targets": {
"core": {
"source": [
"core/static/core/js/page.js",
"core/static/core/css/main.css",
"core/static/core/css/enroll.css",
"core/static/core/css/dashboard.css",
"core/static/core/css/boletim.css",
"core/static/core/css/profile.css",
"core/static/core/css/schedule.css",
"core/static/core/css/alert.css",
"core/static/core/css/turmas.css"
],
"distDir": "./static/core/dist"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "parcel watch",
"build": "tailwindcss -i ./core/static/core/css/main.css -o ./core/static/core/css/main.css --minify"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@alpinejs/mask": "^3.12.1",
"@tailwindcss/forms": "^0.5.3",
"alpinejs": "^3.12.0",
"aos": "^2.3.4",
"autoprefixer": "^10.4.14",
"boxicons": "^2.1.4",
"parcel": "^2.8.3",
"postcss": "^8.4.31",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"assert": "^2.0.0",
"buffer": "^5.7.1",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"tty-browserify": "^0.0.1",
"url": "^0.11.0",
"util": "^0.12.5",
"vm-browserify": "^1.1.2"
}
}