-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 816 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 816 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
{
"private": true,
"dependencies": {
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"path": "^0.12.7",
"readline-sync": "^1.4.10",
"slugify": "^1.6.6",
"zip-dir": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.4",
"sass": "^1.97.1",
"sass-loader": "^16.0.6",
"scss": "^0.2.4",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"scripts": {
"translate": "node translate-all.js",
"init": "npm install && node init-project.js && npx webpack --config webpack.config.js --watch",
"create": "node createApp.js",
"watch": "npx webpack --config webpack.config.js --watch"
}
}