-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "span-tree",
"version": "0.0.1",
"description": "Tree for Gitlab",
"scripts": {
"start": "gulp && gulp watch",
"export": "NODE_ENV=production npm start"
},
"author": "Taveesh Anand",
"dependencies": {
"@eduardoac-skimlinks/webext-redux": "^3.0.1-release-candidate",
"axios": "^0.21.1",
"chrome-tab-identifier": "0.0.1",
"fzy.js": "^0.4.1",
"immer": "^9.0.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"style-loader": "^1.1.3"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^5.2.5",
"fancy-log": "^2.0.0",
"file-loader": "^6.0.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"plugin-error": "^2.0.0",
"rimraf": "^2.7.1",
"webpack": "^5.37.1"
}
}