You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
764 B
28 lines
764 B
{
|
|
"name": "001-notreact",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "webpack serve --open",
|
|
"build-babel": "babel src -d dist/src && babel demo -d dist/demo",
|
|
"build-webpack": "webpack --config webpack.config.js",
|
|
"build": "npm run build-babel && npm run build-webpack"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@babel/cli": "^7.20.7",
|
|
"@babel/core": "^7.20.12",
|
|
"@babel/plugin-transform-modules-umd": "^7.18.6",
|
|
"@babel/plugin-transform-react-jsx": "^7.20.13"
|
|
},
|
|
"devDependencies": {
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.0.1"
|
|
}
|
|
}
|