-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.8 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
55
56
57
58
59
60
61
62
63
64
{
"name": "SoloAsana",
"private": true,
"engines": {
"node": "16.13"
},
"scripts": {
"build": "npm install",
"postinstall": "webpack",
"start": "npx webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"coverage": "nyc merge .nyc_output .nyc_output/out.json && nyc report --report-dir='js-coverage' --reporter='lcov'"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.0",
"babel-core": "^6.25.0",
"babel-loader": "^8.2.3",
"babel-preset-react": "^6.24.1",
"jquery": "^3.5.0",
"react": "^17.0.2",
"react-dnd": "^2.4.0",
"react-dnd-html5-backend": "^2.4.1",
"react-dom": "^17.0.2",
"react-dropzone": "^3.13.3",
"react-keypress": "^0.1.5",
"react-modal": "^2.2.2",
"react-redux": "^5.0.5",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.1",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"superagent": "^6.1.0",
"thunk": "0.0.1",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
},
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corsonknowles/SoloAsana.git"
},
"keywords": [],
"author": "David Corson Knowles",
"license": "ISC",
"bugs": {
"url": "https://github.com/corsonknowles/SoloAsana/issues"
},
"homepage": "https://github.com/corsonknowles/SoloAsana#readme",
"devDependencies": {
"istanbul-instrumenter-loader": "^3.0.1",
"nyc": "^15.1.0"
}
}