-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
133 lines (133 loc) · 4.61 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "demos",
"private": true,
"description": "Personal demos about data visualization",
"version": "0.1.0",
"author": "igncp",
"dependencies": {
"@babel/core": "^7.16.12",
"@playwright/test": "^1.18.0",
"@trivago/prettier-plugin-sort-imports": "^3.1.1",
"@types/animejs": "^3.1.4",
"@types/chroma-js": "^2.1.3",
"@types/d3": "^7.1.0",
"@types/d3-sankey": "^0.11.2",
"@types/jest": "^27.4.0",
"@types/jquery": "^3.5.13",
"@types/jqueryui": "^1.12.16",
"@types/prismjs": "^1.16.6",
"@types/qunit": "^2.11.3",
"@types/raphael": "^2.3.2",
"@types/react-helmet": "^6.1.5",
"@types/three": "^0.137.0",
"@types/topojson-client": "^3.1.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"animejs": "^3.2.1",
"bootstrap": "^5.1.3",
"chroma-js": "^2.1.2",
"d3": "^7.3.0",
"d3-axis": "^3.0.0",
"d3-delaunay": "^6.0.2",
"d3-sankey": "^0.12.3",
"d3-scale": "^4.0.2",
"eslint": "^8.7.0",
"eslint-find-rules": "^4.1.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-sort-destructure-keys": "^1.4.0",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"gatsby": "^4.5.4",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-image": "^2.5.2",
"gatsby-plugin-manifest": "^4.5.2",
"gatsby-plugin-offline": "^5.5.2",
"gatsby-plugin-postcss": "^5.5.0",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sharp": "^4.5.2",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.26",
"gatsby-source-filesystem": "^4.5.2",
"gatsby-transformer-sharp": "^4.5.0",
"gatsby-transformer-typescript-css-modules": "^1.0.14",
"highlight.js": "^11.4.0",
"hotkeys-js": "^3.8.7",
"http-server": "^14.1.0",
"jest": "^27.4.7",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.1",
"lodash": "^4.17.21",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.1",
"postcss-mixins": "^9.0.1",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.2.3",
"postcss-simple-vars": "^6.0.3",
"prettier": "^2.5.1",
"prismjs": "^1.26.0",
"query-string": "^7.1.0",
"qunit": "^2.17.2",
"raphael": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-responsive": "^9.0.0-beta.6",
"rxjs": "^7.5.2",
"snapsvg": "^0.5.1",
"stylelint": "^14.2.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.1.0",
"textures": "^1.2.3",
"three": "^0.137.5",
"topojson-client": "^3.1.0",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"ts-prune": "^0.10.3",
"typed-css-modules": "^0.7.0",
"typescript": "^4.5.5",
"typescript-coverage-report": "^0.6.4",
"uuid": "^8.3.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "rm -rf public .cache && npm run check:ts && gatsby build --prefix-paths",
"build:gh-pages": "sh ./scripts/build_ghpages.sh",
"check:ci": "npm run lint && npm test && npm run build:gh-pages && npm run e2e:ci",
"check:ts": "npm run ts-css && tsc --noEmit --project .",
"clean": "gatsby clean",
"develop": "gatsby develop -H 0.0.0.0",
"e2e:ci": "sh ./scripts/run_e2e_ci.sh",
"e2e:install": "playwright install",
"e2e:open-snapshots-pngs": "find src storybook/stories -name '*.png' | xargs -I{} google-chrome-stable {}",
"e2e:test": "playwright test src storybook/stories",
"e2e:test-prod": "NODE_ENV=production npm run e2e:test",
"eslint-find-rules": "FIND_RULES=true eslint-find-rules -u ./.eslintrc.js",
"lint": "npm run lint:ts && npm run lint:css && npm run ts-prune",
"lint-fix:css": "npm run lint:css -- --fix",
"lint-fix:ts": "npm run lint:ts -- --fix",
"lint:css": "stylelint \"src/**/*.css\" \"storybook/stories/**/*.css\"",
"lint:ts": "eslint --ext .js --ext .ts --ext .tsx . --report-unused-disable-directives",
"pocs-serve": "http-server ./research",
"serve": "gatsby serve",
"start": "npm run develop",
"storybook:build": "cd ./storybook && npm run storybook:build",
"storybook:run": "cd ./storybook && npm run storybook:run",
"test": "jest src --coverage",
"ts-coverage": "typescript-coverage-report --ignore-files '**/*.json'",
"ts-css": "sh ./scripts/ts_css.sh",
"ts-prune": "sh ./scripts/ts_prune.sh"
},
"typeCoverage": {
"atLeast": 95
},
"repository": {
"type": "git",
"url": "git://github.com/igncp/demos.git"
}
}