-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.03 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.03 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
{
"name": "@hubspot/elevate",
"version": "1.0.0",
"description": "HubSpot's default CMS theme: Elevate",
"scripts": {
"build": "vite build",
"upload": "hs project upload",
"build-upload": "vite build && hs project upload",
"yarn-start": "cd src/unified-theme && yarn start",
"npm-start": "cd src/unified-theme && npm run start",
"test": "vitest",
"test-verbose": "vitest --reporter verbose",
"npm-install:all": "npm install && npm install --prefix src/unified-theme",
"yarn-install:all": "yarn && cd src/unified-theme && yarn install"
},
"author": "HubSpot Content Assets Team",
"license": "Apache-2.0",
"devDependencies": {
"@spingroup/postcss-hubl": "^1.1.5",
"concurrently": "^8.2.1",
"husky": "7.0.4",
"jsdom": "^22",
"postcss": "^8.4.28",
"postcss-discard-duplicates": "^6.0.0",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.1",
"postcss-preset-env": "^9.1.1",
"vite": "^4.4.9",
"vitest": "^1.6.0"
},
"browserslist": [
"defaults"
]
}