-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "reactionary",
"version": "1.0.0",
"description": "A React component visualizer and performance optimizer",
"private": true,
"scripts": {
"test": "jest",
"build": "webpack",
"dev": "NODE_ENV=development webpack --mode=development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oslabs-beta/REACTionary.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/oslabs-beta/REACTionary/issues"
},
"homepage": "https://github.com/oslabs-beta/REACTionary#readme",
"devDependencies": {
"@babel/preset-env": "^7.10.2",
"babel-jest": "^26.0.1",
"copy-webpack-plugin": "^6.0.1",
"css-loader": "^3.5.3",
"jest": "^26.0.1",
"sass": "^1.26.7",
"sass-loader": "^8.0.2",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-extension-reloader": "^1.1.4"
},
"dependencies": {
"accessible-autocomplete": "^2.0.2",
"jquery": "^3.5.1",
"jquery-ui-dist": "^1.12.1",
"jsdom": "^16.2.2",
"lodash.throttle": "^4.1.1",
"node-sass": "^4.14.1"
}
}