-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1007 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1007 Bytes
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": "wildwalk-filter",
"version": "1.0.0",
"description": "Filter plugin for wildwalks.com",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wildwalks.com",
"wildwalks",
"chrome",
"chrome-extension"
],
"author": "Xufei Sun",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.11",
"mobx": "^5.9.4",
"mobx-preact": "^3.0.0",
"preact": "^8.4.2",
"preact-context": "^1.1.3",
"redux-zero": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^2.1.1",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
}
}