-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 2.42 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@nycopportunity/standard",
"nice": "Opportunity Standard",
"version": "0.0.21",
"description": "The Opportunity Standard is the design system for NYC Opportunity's digital products.",
"author": "[email protected]",
"homepage": "https://nycopportunity.github.io/standard",
"repository": {
"type": "git",
"url": "https://github.com/nycopportunity/standard"
},
"bugs": {
"url": "https://github.com/nycopportunity/standard/issues"
},
"cdn": {
"url": "https://cdn.jsdelivr.net/gh/nycopportunity/standard",
"source": "https://github.com/nycopportunity/standard",
"archive": "https://github.com/nycopportunity/standard/archive",
"release": "https://github.com/nycopportunity/standard/tree/v",
"npm": "https://www.npmjs.com/package/@nycopportunity/standard",
"figma": "https://www.figma.com/file/CH7ZOCW55SgsDnsTj3UrTi/Opportunity-Standard",
"figmaEmbed": "https://www.figma.com/embed?embed_host=share&url=https%3A%2F%2Fwww.figma.com%2Ffile%2FCH7ZOCW55SgsDnsTj3UrTi%2FOpportunity-Standard%3Fnode-id%3D8674%253A35878"
},
"scripts": {
"start": "npm run development && cross-env NODE_ENV=development concurrently \"pttrn -w -np\" \"pttrn serve -w\" -p \"none\"",
"development": "cross-env NODE_ENV=development pttrn -np",
"version": "npm run default && git add .",
"prepublishOnly": "git push && git push --tags",
"publish": "npm run ghpages",
"ghpages": "cross-env NODE_ENV=production pttrn publish",
"default": "cross-env NODE_ENV=production pttrn -np"
},
"devDependencies": {
"@hail2u/css-mqpacker": "^9.0.1",
"@nycopportunity/pttrn": "^1.5.0",
"@nycopportunity/pttrn-plugin-properties": "^1.1.1",
"autoprefixer": "^10.4.12",
"cssnano": "^5.1.13",
"tailwindcss": "^3.1.8",
"tailwindcss-logical": "^3.0.0"
},
"dependencies": {
"@nycopportunity/pattern-application-header": "^1.0.1",
"@nycopportunity/pattern-attribution": "^1.1.1",
"@nycopportunity/pattern-elements": "^1.0.17",
"@nycopportunity/pattern-menu": "^1.1.1",
"@nycopportunity/pattern-modal": "^1.0.5",
"@nycopportunity/pattern-navigation": "^1.1.5",
"@nycopportunity/pattern-typography": "^1.0.3",
"@nycopportunity/pttrn-docs": "^1.1.1",
"@nycopportunity/pttrn-scripts": "^1.1.1",
"animate.css": "^4.1.1",
"cleave.js": "^1.6.0",
"for-cerial": "^1.1.0",
"lodash-es": "^4.17.21",
"lucide-static": "^0.92.0"
}
}