-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 834 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 834 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
{
"name": "orbiton-app",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "webpack serve --open --config ./.config/webpack.dev.mjs",
"build": "webpack --config ./.config/webpack.prod.mjs"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-syntax-jsx": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"babel-loader": "^8.2.3",
"babel-plugin-orbiton-jsx": "^1.2.43",
"copy-webpack-plugin": "^10.0.0",
"css-loader": "^6.5.1",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"orbiton": "^1.2.44",
"sass": "^1.44.0",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0",
"workbox-webpack-plugin": "^6.4.2"
}
}