-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
38 lines (38 loc) · 1.16 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
{
"name": "aplus",
"version": "0.0.1",
"description": "Administration+",
"scripts": {
"watch": "cd typescript && webpack --config webpack/webpack.dev.js --watch",
"build": "cd typescript && webpack --config webpack/webpack.prod.js",
"stats:dev": "cd typescript && webpack --config webpack/webpack.dev.js --profile --json=webpack-stats-dev.json",
"clean": "rimraf public/generated-js"
},
"dependencies": {
"@gouvfr/dsfr": "1.12.1",
"dialog-polyfill": "0.5.6",
"material-icons": "^1.13.12",
"proxy-polyfill": "0.3.2",
"slim-select": "1.27.1",
"tabulator-tables": "5.5.0",
"ts-polyfill": "3.8.2",
"unfetch": "5.0.0",
"unorm": "1.6.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
},
"devDependencies": {
"@babel/core": "7.25.8",
"@babel/preset-env": "7.25.8",
"@types/tabulator-tables": "5.4.8",
"babel-loader": "9.2.1",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"mini-css-extract-plugin": "2.9.1",
"rimraf": "6.0.1",
"ts-loader": "9.5.1",
"typescript": "5.0.4",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"webpack-merge": "6.0.1"
}
}