-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.54 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.54 KB
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
{
"name": "paper-flow-link",
"version": "0.0.1",
"description": "Display your content with interaction and links",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"dev": "webpack-dev-server --config ./build/webpack.example.config.js",
"build": "webpack --config ./build/webpack.prod.config.js",
"lint": "eslint --max-warnings 0 --ext .js src",
"lint:fix": "eslint --fix --ext .js src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sarlam/feminismflowlink.git"
},
"author": "",
"license": "LICENSE",
"bugs": {
"url": "https://github.com/sarlam/feminismflowlink/issues"
},
"homepage": "https://github.com/sarlam/feminismflowlink#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.0",
"eslint": "^5.6.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"lodash": "^4.17.10",
"md5": "^2.2.1",
"style-loader": "^0.23.0",
"webpack": "^4.8.2",
"webpack-cli": "^3.1.1",
"webpack-command": "^0.4.1",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"d3": "^5.3.0"
}
}