-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.72 KB
/
package.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "sce-webpack",
"version": "1.0.0",
"description": "Build SCE",
"private": true,
"main": "index.js",
"directories": {
"lib": "lib",
"test": "src/test"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.23.3",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@types/chrome": "^0.0.260",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"babel-loader": "^9.2.1",
"classnames": "^2.5.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^8.56.0",
"eslint-plugin-jasmine": "^4.2.2",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.12.0",
"html-webpack-plugin": "^5.6.3",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^2.0.1",
"mini-css-extract-plugin": "^2.9.2",
"puppeteer": "^1.18.1",
"remove-files-webpack-plugin": "^1.1.3",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"style-loader": "^0.23.1",
"typescript": "^5.3.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.1",
"ts-loader": "^9.5.1"
},
"scripts": {
"test": "karma start --single-run --browsers ChromeHeadlessNoSandbox karma.conf.js",
"build": "webpack --config webpack.prod.js"
},
"author": "Screenly, Inc.",
"dependencies": {
"@reduxjs/toolkit": "^2.3.0",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"normalize-url": "^7.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2"
}
}