-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"name": "Nformd",
"version": "1.0.0",
"description": "[Nformd][heroku]",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack -w",
"heroku-postbuild": "webpack --config webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PSalant726/Nformd.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PSalant726/Nformd/issues"
},
"homepage": "https://github.com/PSalant726/Nformd#readme",
"dependencies": {
"@babel/core": "^7.12.10",
"babel-core": "^6.11.4",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^5.0.1",
"draft-js": "^0.11.7",
"flux": "^4.0.1",
"imports-loader": "^3.0.0",
"medium-editor": "^5.23.3",
"medium-editor-insert-plugin": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-medium-editor": "^1.8.1",
"react-modal": "^3.12.1",
"react-router": "^5.2.0",
"react-timeago": "^6.1.1",
"style-loader": "^2.0.0",
"webpack": "^5.17.0"
}
}