forked from herramienta-digital/nh-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.14 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
39
{
"name": "@neighbourhoods/design-system-styles",
"version": "0.0.1",
"description": "packaged styles for the Neighbourhoods design system",
"main": "index.ts",
"scripts": {
"prepare": "npm run build:styles && npm run build",
"build": "rollup -c rollup.config.mjs",
"build:styles": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neighbour-hoods/nh-design-system.git"
},
"keywords": [
"Neighbourhoods",
"theme",
"styles",
"css"
],
"author": "Neighbourhoods Ltd & contributors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/neighbour-hoods/nh-design-system/issues"
},
"homepage": "https://github.com/neighbour-hoods/nh-design-system#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@tokens-studio/sd-transforms": "^0.10.3",
"lit": "^2.7.6",
"rollup": "^3.18.0",
"rollup-plugin-import-css": "^3.3.1",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
}
}