-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1006 Bytes
/
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
{
"name": "survey-multi-authoring-tech",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://gosling-lang.github.io/multimodal-vis-authoring/",
"private": true,
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"format": "npx eslint --fix --ext .js --ext .ts --ext .tsx src/",
"predeploy": "yarn build",
"deploy": "touch build/.nojekyll; gh-pages -d build -t --git git"
},
"dependencies": {
"gh-pages": "^2.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@vitejs/plugin-react-refresh": "^1.3.6",
"babel-eslint": "^10.1.0",
"eslint": "^8.19.0",
"eslint-plugin-react": "^7.30.1",
"typescript": "^3.7.5",
"vite": "^4.3.6",
"vitest": "^0.31.0"
}
}