-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.23 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
67
68
69
70
71
72
{
"name": "track",
"version": "0.0.23",
"description": "UI for https://track.flow.io",
"main": "index.js",
"scripts": {
"clean": "rm -rf dist",
"prebuild": "npm run clean && mkdir -p dist/js dist/css",
"build": "npm-run-all --sequential build:*",
"build:modernizr": "modernizr -u -c ./modernizr.json -d ./dist/js/modernizr.js",
"build:assets": "webpack",
"build:html": "cp ./index.html dist",
"dev": "webpack-dev-server --config webpack.development.js",
"lint": "eslint --cache .",
"webpack": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flowcommerce/track.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flowcommerce/track/issues"
},
"homepage": "https://github.com/flowcommerce/track#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"astroturf": "^0.8.5",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"eslint": "^5.14.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"mini-css-extract-plugin": "^0.5.0",
"modernizr": "^3.6.0",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-custom-media": "^7.0.7",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.5.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.29.4",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"@babel/runtime": "^7.12.1",
"@babel/polyfill": "^7.2.5",
"@flowio/node-sdk": "^1.0.66",
"autoprefixer": "^9.4.7",
"core-js": "^2.6.5",
"invariant": "^2.2.4",
"lodash": "^4.17.11",
"react-icons-emotion": "npm:@flowio/react-icons@^3.0.0-alpha.17",
"normalize.css": "^8.0.1",
"postcss-nested": "^4.1.1",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}