forked from Swirt/typertools-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.98 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.98 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "typertools",
"author": "Swirt",
"license": "MIT",
"main": "app/index.js",
"browserslist": [
"since 2012"
],
"scripts": {
"build": "rimraf app && webpack --mode=production",
"build_dev": "rimraf app && webpack --mode=development",
"build_watch": "rimraf app && webpack --mode=development --watch"
},
"dependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.17",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/runtime": "^7.22.15",
"autoprefixer": "^10.4.15",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.3",
"babel-minify": "^0.5.2",
"babel-plugin-closure-elimination": "^1.3.2",
"babel-plugin-lodash": "^3.3.4",
"babel-polyfill": "^6.26.0",
"babel-preset-minify": "^0.5.2",
"base64-inline-loader": "^2.0.1",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"eslint": "^8.49.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"lodash": "^4.17.21",
"lodash-webpack-plugin": "^0.11.6",
"mini-css-extract-plugin": "^2.7.6",
"node-sass": "^9.0.0",
"npm-check-updates": "^16.13.3",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.1.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-sortablejs": "^6.1.4",
"rimraf": "^5.0.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"uglify-js": "^3.17.4",
"url-loader": "^4.1.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-merge-and-include-globally": "^2.3.4"
}
}