This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
54 lines (54 loc) · 1.65 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "tweeterapp",
"version": "1.0.0",
"description": "tweeter3 =======",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --hot --inline",
"dev": "webpack --watch --mode development ./tweeter/src/index.js --output ./tweeter/static/frontend/main.js",
"build": "webpack --mode production ./tweeter/src/index.js --output ./tweeter/static/frontend/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qubitron/tweeterapp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/qubitron/tweeterapp/issues"
},
"homepage": "https://github.com/qubitron/tweeterapp#readme",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"antd": "^3.16.5",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"postcss-normalize": "^7.0.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.0",
"weak-key": "^1.0.1",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"babel-preset-es2015": "^6.24.1",
"js-cookie": "^2.2.0",
"react-hot-loader": "^4.8.4",
"style-loader": "^0.23.1"
}
}