forked from mitre/magma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.96 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
{
"name": "magma",
"version": "0.0.0",
"scripts": {
"dev": "vite --host '0.0.0.0'",
"build": "node prebundle.js && vite build",
"preview": "vite preview --port 5050",
"lint": "npx eslint \"./**\"",
"lintfix": "npx eslint \"./**\" --fix",
"test-all": "jest --config jest.config.js && npx eslint \"./**\"",
"test-accessibility": "jest -t=accessibility --config jest.config.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@vitejs/plugin-vue": "^2.2.2",
"axios": "^0.26.1",
"bulma": "^0.9.3",
"bulma-switch": "^2.0.4",
"bulma-toast": "^2.4.3",
"d3-force": "^3.0.0",
"echarts": "^5.3.1",
"floating-vue": "^2.0.0-beta.20",
"fs-extra": "^10.1.0",
"pinia": "^2.0.13",
"prismjs": "^1.29.0",
"pug": "^3.0.2",
"v-network-graph": "^0.9.8",
"vite": "^2.8.4",
"vue": "^3.2.31",
"vue-prism-editor": "^2.0.0-alpha.2",
"vue-router": "^4.0.12",
"vue-scrollto": "^2.20.0"
},
"devDependencies": {
"@babel/core": "^7.17.12",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-env": "^7.18.2",
"@pinia/testing": "^0.0.12",
"@rushstack/eslint-patch": "^1.1.3",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/vue3-jest": "^28.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-html-parser": "^6.8.2",
"eslint-plugin-css": "^0.6.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-vue": "^8.7.1",
"jest": "^28.1.0",
"jest-axe": "^6.0.0",
"jest-environment-jsdom": "^28.1.0"
}
}