-
-
Notifications
You must be signed in to change notification settings - Fork 113
/
package.json
68 lines (68 loc) · 1.75 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
{
"name": "jdl-studio",
"version": "0.1.0",
"private": true,
"type": "module",
"devDependencies": {
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/codemirror": "5.60.8",
"@types/node": "20.5.1",
"@types/react": "18.2.20",
"@types/react-codemirror": "1.0.8",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"c8": "^8.0.1",
"happy-dom": "^10.11.0",
"sass": "^1.66.1",
"typescript": "5.1.6",
"vite": "^4.5.5",
"vite-plugin-node-polyfills": "^0.11.3",
"vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.34.2"
},
"dependencies": {
"canvas": "2.11.2",
"codemirror": "5.x",
"generator-jhipster": "github:jhipster/generator-jhipster#main",
"graphre": "0.1.3",
"lodash.throttle": "4.1.1",
"miragejs": "0.1.47",
"nomnoml": "1.6.2",
"react": "^18.0.0",
"react-codemirror2": "7.2.1",
"react-dom": "^18.0.0",
"react-lineicons": "3.0.0",
"react-redux": "8.1.2",
"reactjs-popup": "2.0.5",
"redux": "4.2.1",
"redux-thunk": "2.4.2"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"test": "vitest watch",
"test:update-snapshot": "vitest -u",
"test:no-watch": "vitest run",
"test:coverage": "vitest run --coverage",
"serve": "vite preview",
"deploy": "CI=true npm run test:no-watch && ./deploy.sh"
},
"eslintConfig": {
"extends": "react-app"
},
"homepage" : "https://www.jhipster.tech/jdl-studio/",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}