-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.77 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@nycopportunity/patterns",
"nice": "NYCO Patterns",
"org": "NYC Opportunity",
"version": "2.6.15",
"description": "Common agency patterns for The Mayor's Office for Economic Opportunity",
"author": "NYC Opportunity<[email protected]>",
"license": "GPL-3.0+",
"homepage": "https://nycopatterns.cityofnewyork.us",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfNewYork/nyco-patterns.git"
},
"bugs": {
"url": "https://github.com/CityOfNewYork/nyco-patterns/issues"
},
"cdn": {
"url": "https://cdn.jsdelivr.net/gh/cityofnewyork/nyco-patterns",
"source": "https://github.com/cityofnewyork/nyco-patterns",
"archive": "https://github.com/cityofnewyork/nyco-patterns/archive",
"release": "https://github.com/cityofnewyork/nyco-patterns/tree/v",
"styles": "/dist/styles/nyco.css",
"scripts": "/dist/scripts/nyco.js",
"svg": "/dist/svg/icons.svg",
"feather": "/dist/svg/feather.svg",
"fonts": "/dist/fonts",
"tailwindcss": "/dist/utilities/tailwindcss/tailwindcss.css",
"tailwindsass": "/dist/utilities/tailwindcss/_tailwindcss.scss",
"favicon": "/dist/images/favicon/favicon.ico"
},
"instantiations": {
"scripts": "NYCO"
},
"svgs": {
"primary": "icon-logo-primary"
},
"main": "npm run start",
"scripts": {
"start": "cross-env NODE_ENV=development pttrn -np -nl -s && cross-env NODE_ENV=development cross-env PORT=7000 concurrently \"pttrn default -w -np\" \"pttrn serve -w\" -p \"none\"",
"production": "cross-env NODE_ENV=production cross-env PORT=7000 concurrently \"pttrn default -w -np\" \"pttrn serve -w\" -p \"none\"",
"development": "cross-env NODE_ENV=development pttrn -np -nl",
"default": "cross-env NODE_ENV=production pttrn -np",
"version": "npm run default && git add .",
"prepublishOnly": "git push && git push --tags",
"publish": "npm run gh-pages",
"gh-pages": "cross-env NODE_ENV=production pttrn publish"
},
"devDependencies": {
"@nycopportunity/pttrn": "^1.4.7",
"@nycopportunity/pttrn-docs": "^1.0.6",
"@nycopportunity/pttrn-plugin-feather": "^1.0.0",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-replace": "^2.3.1",
"core-js": "^3.8.2",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"postcss": "^8.2.4",
"rollup-plugin-vue": "^4.2.0",
"tailwindcss-logical": "^1.3.0",
"vue-template-compiler": "^2.6.9"
},
"dependencies": {
"@ibm/plex": "^5.1.3",
"@nycopportunity/pttrn-scripts": "^1.0.4",
"animate.scss": "0.0.6",
"chart.js": "^2.9.3",
"feather-icons": "^4.28.0",
"geojson": "^0.5.0",
"geojson-rewind": "^0.3.1",
"lodash-es": "^4.17.14",
"vue": "^2.6.10",
"vue-chartjs": "^3.4.0"
}
}