forked from Mardaneus86/futwebapp-tampermonkey
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.47 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
{
"name": "futweb-enhancer",
"version": "1.6.6",
"main": "src/app/index.js",
"scripts": {
"build": "npm run semantic-release && webpack --config webpack.config.prd.js",
"semantic-release": "semantic-release"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"css-loader": "^0.28.7",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"eslint-watch": "^3.1.3",
"html-loader": "^0.5.1",
"last-release-git": "0.0.3",
"node-libs-browser": "github:webpack/node-libs-browser",
"node-sass": "^4.9.3",
"sass-loader": "^6.0.6",
"semantic-release": "^9.0.0",
"style-loader": "^0.19.0",
"webpack": "^3.8.1",
"webpack-cli": "^3.3.11",
"webpack-obfuscator": "^0.12.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"c3": "^0.4.18",
"d3": "^4.11.0",
"event-emitter-es6": "^1.1.5",
"math-statistics": "^1.2.0",
"moment": "^2.22.2",
"moment-duration-format": "^1.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/darthvader666uk/futwebapp-tampermonkey.git"
},
"release": {
"getLastRelease": "last-release-git",
"branch": "master"
}
}