generated from ExpTechTW/Example
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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
{
"name": "exptech-service-web",
"version": "1.0.0",
"description": "ExpTech Website",
"scripts": {
"watch": "parcel ./src/*.pug",
"build": "parcel build ./src/*.pug --no-cache --no-scope-hoist --public-url=https://api.exptech.com.tw/file/exptech/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ExpTechTW/ExpTech-Service-Web.git"
},
"author": "ExpTech",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ExpTechTW/ExpTech-Service-Web/issues"
},
"homepage": "https://github.com/ExpTechTW/ExpTech-Service-Web#readme",
"devDependencies": {
"@parcel/transformer-pug": "^2.9.3",
"@parcel/transformer-sass": "^2.9.3",
"eslint": "^8.44.0",
"eslint-plugin-require-sort": "^1.3.0",
"parcel": "^2.9.3",
"stylelint": "^15.10.1",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"targets": {
"default": {
"context": "browser"
}
},
"dependencies": {
"caniuse-lite": "^1.0.30001574"
}
}