-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.24 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
{
"name": "bolts-lib",
"version": "1.0.1",
"description": "",
"main": "index.php",
"license": "MIT",
"author": "Pocketsize <[email protected]>",
"scripts": {
"build": "webpack --mode production --config webpack.config.js",
"dev": "webpack --mode development --config webpack.config.js",
"watch": "webpack --watch --mode development --config webpack.config.js"
},
"devDependencies": {
"@babel/core": "^7.11.5",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/register": "^7.11.5",
"@babel/runtime-corejs3": "^7.11.2",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-preset-minify": "^0.5.1",
"core-js": "^3.6.5",
"css-loader": "^4.2.2",
"eslint": "^7.30.0",
"eslint-plugin-react": "^7.24.0",
"mini-css-extract-plugin": "^0.11.0",
"postcss-loader": "^3.0.0",
"prettier": "2.3.2",
"regenerator-runtime": "^0.13.7",
"sass": "^1.26.10",
"sass-loader": "^10.0.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"bolts-lib": "^1.0.6",
"whatwg-fetch": "^3.6.2"
}
}