-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.2 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.2 KB
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
39
40
41
42
43
44
45
{
"name": "exercise_generator_test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.23.5",
"@fortawesome/fontawesome-free": "^6.1.1",
"@popperjs/core": "^2.11.8",
"autoprefixer": "10.4.7",
"bootstrap": "^5.3.2",
"file-saver": "^2.0.5",
"jquery": "^3.2.1",
"sortablejs": "^1.15.0",
"webpack": "5.76.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.1"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/plugin-transform-runtime": "^7.23.4",
"@babel/preset-env": "^7.23.5",
"@babel/register": "^7.22.15",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"node-sass": "9.0.0",
"postcss-loader": "^7.0.0",
"postcss-preset-env": "^7.7.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1"
}
}