-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 934 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 934 Bytes
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
{
"name": "@8thwall/editor-build",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "webpack --config config/webpack.config.js",
"serve": "webpack-dev-server --mode=development --config config/webpack.config.js"
},
"devDependencies": {
"@babel/parser": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.28.4",
"@types/node": "^16.18.36",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.2",
"extract-loader": "^5.1.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.5",
"sass": "^1.94.2",
"sass-loader": "^16.0.6",
"style-loader": "^4.0.0",
"ts-essentials": "^9.3.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.2"
}
}