-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.4 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
{
"name": "iDomFrontEnd",
"version": "1.0.0",
"private": true,
"type": "module",
"dependencies": {
"@fortawesome/fontawesome-common-types": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^2.0.10",
"firebase": "^10.12.3",
"normalize.css": "^8.0.1",
"regenerator-runtime": "^0.14.1",
"vue": "^2.7.16",
"vue-router": "^3.6.5"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"glob": "^11.0.0",
"rollup": "^4.18.1",
"rollup-plugin-import-css": "^3.5.0",
"stylelint": "^16.7.0",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0",
"vue-template-compiler": "^2.7.16",
"vue-template-es2015-compiler": "^1.9.1"
},
"scripts": {
"copy.css": "./copy.sh 'src/*.css' output/intermediate",
"vue2js": "node vue.to.js src output/intermediate",
"eslint": "eslint --cache --cache-location output src/**/*.ts",
"stylelint": "stylelint -f verbose 'src/**/*.css'",
"tsc": "tsc",
"local": "rollup -c --environment variant:local",
"cloud": "rollup -c --environment variant:cloud",
"api1": "rollup -c --environment variant:api1"
}
}