-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.68 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
62
{
"name": "secretbase",
"version": "2.0.0",
"description": "hoenn secret base designer",
"repository": {
"type": "git",
"url": "git+https://github.com/cubeghost/secretbase.git"
},
"scripts": {
"start": "webpack --watch",
"build": "webpack"
},
"author": "Alex Baldwin <[email protected]> (https://cubegho.st/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/cubeghost/secretbase/issues"
},
"engines": {
"node": "18.x"
},
"homepage": "https://github.com/cubeghost/secretbase#readme",
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@netlify/functions": "^2.7.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^8.3.0",
"class-autobind": "^0.1.4",
"classnames": "^2.2.5",
"copy-to-clipboard": "^3.0.8",
"css-loader": "^5.2.7",
"dotenv": "^4.0.0",
"downloadjs": "^1.4.7",
"file-loader": "^6.2.0",
"generate-file-webpack-plugin": "^1.0.1",
"glob": "^10.4.1",
"image-size": "^1.1.1",
"mini-css-extract-plugin": "^1.6.2",
"postcss-loader": "^4.2.0",
"prop-types": "^15.6.0",
"query-string": "^5.0.1",
"react": "^16.2.0",
"react-dnd": "^2.5.4",
"react-dnd-html5-backend": "^2.5.4",
"react-dom": "^16.2.0",
"react-select": "^1.2.1",
"react-transition-group": "^2.2.1",
"sass": "^1.77.5",
"sass-loader": "^10.2.0",
"store": "^2.0.12",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^4.47.0",
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.15.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1"
}
}