-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.54 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
{
"name": "atarashii-tab",
"version": "0.1.7",
"description": "Displays anime wallpapers from r/Animewallpaper on your new tab page",
"homepage": "https://github.com/cf12/atarashii-tab#readme",
"bugs": {
"url": "https://github.com/cf12/atarashii-tab/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cf12/atarashii-tab.git"
},
"license": "MIT",
"author": "CF12",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=development webpack --watch",
"build": "NODE_ENV=production webpack"
},
"dependencies": {
"@babel/core": "^7.22.11",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/runtime": "^7.22.11",
"autoprefixer": "^10.4.15",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"html-entities": "^2.4.0",
"html-loader": "^4.2.0",
"html-webpack-inline-svg-plugin": "^2.3.0",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"postcss": "^8.4.28",
"postcss-loader": "^7.3.3",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-spinners": "^0.13.8",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"playwright": "^1.37.1"
}
}