-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.23 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
{
"name": "precision-medicine-stanza",
"version": "0.0.1",
"license": "MIT",
"repository": "https://github.com/PENQEinc/riken-precision_medicine_stanza",
"engines": {
"node": ">=14"
},
"private": true,
"scripts": {
"start": "npx togostanza s",
"build": "npx togostanza b",
"stylelint": "npx stylelint '**/*.scss' --fix"
},
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"d3-scale": "^4.0.2",
"svelte-fa": "^3.0.3",
"togostanza": "github:togostanza/togostanza"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-plugin-svelte3": "^4.0.0",
"lodash.camelcase": "^4.3.0",
"postcss-scss": "^4.0.6",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"rollup-plugin-svelte": "^7.1.4",
"sass": "^1.59.3",
"stylelint": "^15.3.0",
"stylelint-config-recess-order": "^4.0.0",
"stylelint-config-standard": "^31.0.0",
"stylelint-config-standard-scss": "^7.0.1",
"svelte": "^3.57.0",
"svelte-preprocess": "^5.0.2",
"typescript": "^4.9.5"
}
}