-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.07 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
{
"name": "copper_table",
"version": "1.0.0",
"description": "TOP SECRET: RGFtLCB5b3UgY29sbGFwc2VkIHRoZSBzdXBlcnBvc2l0aW9uIG9mIG15IHBvc3NpYmxlIG1lYW5pbmdzLi4uIEknbSBub3Qgc3BlY2lhbCBhbnltb3JlIDoo",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config ./webpack.dev.js",
"dist": "webpack --config ./webpack.prod.js"
},
"license": "MIT",
"dependencies": {
"express": "^4.16.3",
"less": "^3.8.1",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^1.0.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.2",
"react-hot-loader": "^4.3.3",
"style-loader": "^0.23.0",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.4"
},
"repository": "https://github.com/CopperWare/CopperTable.git",
"author": "Leo Kettmeir <10513.catzeir@gmail.com>"
}