-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 795 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 795 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": "wpcustomtheme",
"version": "1.0.0",
"description": "custom theme starter",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-dev": "node node_modules/webpack/bin/webpack.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bootstrap": "^4.5.0",
"@types/node-sass": "^4.11.1",
"css-loader": "^4.3.0",
"css-modules-typescript-loader": "^4.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^6.1.0",
"node-sass": "^4.14.1",
"sass-loader": "^10.0.2",
"style-loader": "^1.3.0",
"ts-loader": "^8.0.4",
"typescript": "^4.0.3",
"url-loader": "^4.1.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"bootstrap": "^4.5.2",
"jquery": "^3.5.1"
}
}