-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.42 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
{
"name": "concept",
"private": true,
"version": "2.0.0",
"description": "Perform detailed analysis of your writing",
"main": "Concept.js",
"scripts": {
"build": "webpack",
"start": "webpack --mode development --display errors-only --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akainth015/concept.git"
},
"keywords": [
"writing",
"analysis",
"sentiment"
],
"author": "Aanand Kainth",
"license": "ISC",
"bugs": {
"url": "https://github.com/akainth015/concept/issues"
},
"homepage": "https://github.com/akainth015/concept#readme",
"dependencies": {
"@fluent/bundle": "^0.16.0",
"@fluent/langneg": "^0.5.0",
"@fluent/react": "^0.13.0",
"chart.js": "^2.9.3",
"intl-pluralrules": "^1.2.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"shelljs": "^0.8.4"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-react": "^7.10.4",
"@google/clasp": "^2.3.0",
"@types/google-apps-script": "^1.0.14",
"babel-loader": "^8.1.0",
"css-loader": "^4.2.2",
"html-webpack-plugin": "^4.3.0",
"inquirer": "5.0.0",
"mini-css-extract-plugin": "^0.11.0",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}