-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 857 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 857 Bytes
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
{
"name": "schulte-table",
"version": "0.1.1-dev",
"description": "schulte table",
"main": "src/index.js",
"repository": "git@github.com:axln/schulte-table.git",
"author": "Alexey Nesterenko <alexei.ne@gmail.com>",
"license": "MIT",
"scripts": {
"build": "webpack --mode production",
"debug": "webpack-dev-server --mode development --hot"
},
"dependencies": {
"preact": "^10.3.4"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.9.1",
"babel-loader": "^8.1.0",
"css-loader": "^3.4.2",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}