forked from mygann-plus/mygann-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.35 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
65
66
{
"name": "mygann-plus",
"version": "1.22.4",
"description": "",
"main": "script.js",
"scripts": {
"build": "webpack --config config/webpack.prod.js",
"start": "webpack --config config/webpack.dev.js",
"eslint": "eslint \"src/**/*.ts*\"",
"deploy-bookmarklet": "sure --question 'Are you sure? (Make the project has been built) [type \"deploy bookmarklet\" to continue]' --yes 'deploy bookmarklet' && surge --domain mygroton-plus-bookmarklet.surge.sh",
"deploy-surge": "surge --domain mygroton-plus.surge.sh",
"push-data": "cd data && sure --question 'Are you sure you want to push the data? (MAKE SURE YOU ARE IN /DATA) [type \"push data\" to continue]' --yes 'push data' && surge --domain mygroton-plus-data.surge.sh",
"push-in-cd-data": "surge --domain mygroton-plus-data.surge.sh"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chrome": "^0.0.100",
"@types/he": "^1.1.2",
"@types/linkifyjs": "^2.1.4",
"@types/lodash.clonedeep": "^4.5.7",
"@types/marked": "^0.7.4",
"@types/node": "^13.13.52",
"@types/react": "^16.14.28",
"@types/semver": "^7.3.10",
"@types/string-strip-html": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.1",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-airbnb-typescript": "^7.2.1",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.30.1",
"ts-loader": "^6.2.2",
"typescript": "^3.9.10",
"webpack": "^4.46.0",
"webpack-command": "^0.4.2"
},
"dependencies": {
"array-flatten": "^2.1.2",
"classnames": "^2.3.1",
"deep-object-diff": "^1.1.7",
"fetch-reject": "^1.3.0",
"file-loader": "^1.1.11",
"flatpickr": "^4.6.13",
"he": "^1.2.0",
"linkifyjs": "^2.1.9",
"lodash.clonedeep": "^4.5.0",
"lodash.unescape": "^4.0.1",
"marked": "^0.6.3",
"party-js": "^2.2.0",
"path": "^0.12.7",
"pdf-parse": "^1.1.1",
"semver": "^6.3.0",
"string-strip-html": "^4.5.1",
"sure": "0.0.3"
}
}