-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.2 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
{
"name": "ilia",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"style": "sass mark:static/mark/css -s compressed",
"style:watch": "sass mark:static/mark/css -w -c",
"mark": "webpack --config config/mark.js",
"mark:watch": "webpack --config config/mark.js --watch",
"start": "vite -c config/dash.ts",
"build": "vite build -c config/dash.ts",
"build:dev": "vite build -c config/dash.ts --mode development",
"serve": "local_api_target=1 vite -c config/dash.ts"
},
"author": "00-team",
"license": "GPL-3",
"dependencies": {
"@solidjs/router": "^0.8.2",
"solid-js": "^1.7.6"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/webpack-bundle-analyzer": "^4.6.0",
"copy-webpack-plugin": "^11.0.0",
"sass": "^1.65.1",
"solid-devtools": "^0.27.7",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite-plugin-solid": "^2.7.0",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^5.1.4"
}
}