generated from allen-cell-animated/github-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 3 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "imsc-visual-essay",
"version": "1.1.1",
"description": "",
"main": "src/index.tsx",
"repository": {
"type": "git",
"url": "https://github.com/allen-cell-animated/visual-essay-integrated-mitotic-cell"
},
"author": "",
"license": "ISC",
"scripts": {
"build": "webpack --config ./webpack/webpack.config.js --env.env production",
"start": "webpack-dev-server --config ./webpack/webpack.config.js --env.env dev",
"lint": "eslint src/**/*.{ts,tsx}",
"typeCheck": "tsc -p tsconfig.json --noEmit",
"test": "BABEL_ENV=commonjs TS_NODE_FILES=true TS_NODE_PROJECT=tsconfig.commonjs.json NODE_ENV=production mocha -r esm --opts mocha.opts src/**/test/*",
"all-checks": "npm run test && npm run typeCheck && npm run lint"
},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.3.3",
"@babel/plugin-proposal-class-properties": "7.3.3",
"@babel/preset-env": "7.3.1",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.3.3",
"@types/chai": "4.1.7",
"@types/classnames": "2.2.7",
"@types/element-resize-detector": "^1.1.2",
"@types/enzyme": "3.1.18",
"@types/jsdom": "12.2.2",
"@types/lodash": "4.14.121",
"@types/loglevel": "1.5.4",
"@types/memoizee": "0.4.2",
"@types/mocha": "5.2.6",
"@types/react": "16.8.x",
"@types/react-dom": "16.8.x",
"@types/sinon": "7.0.6",
"@typescript-eslint/eslint-plugin": "1.3.0",
"@typescript-eslint/parser": "1.3.0",
"babel-loader": "8.0.5",
"babel-plugin-import": "1.11.0",
"chai": "4.2.0",
"clean-webpack-plugin": "1.0.1",
"css-loader": "2.1.0",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.9.1",
"eslint": "5.14.1",
"eslint-config-prettier": "4.0.0",
"eslint-plugin-react": "7.12.4",
"esm": "^3.2.25",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "0.5.2",
"html-webpack-plugin": "3.2.0",
"husky": "1.3.1",
"jsdom": "13.1.0",
"jsdom-global": "3.0.2",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"less-vars-to-js": "^1.3.0",
"lint-staged": "8.1.4",
"mini-css-extract-plugin": "0.5.0",
"mocha": "5.2.0",
"mock-css-modules": "1.0.0",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.5.0",
"postcss-responsive-font": "^1.0.4",
"prettier": "1.16.4",
"sinon": "7.2.4",
"ts-node": "8.0.2",
"typescript": "3.3.3",
"webpack": "4.29.5",
"webpack-bundle-analyzer": "3.3.2",
"webpack-cli": "3.2.3",
"webpack-dev-server": "3.1.14",
"worker-loader": "^2.0.0"
},
"dependencies": {
"@aics/volume-viewer": "2.1.1",
"@aics/z-stack-scroller": "2.1.6",
"@ungap/url-search-params": "0.1.2",
"antd": "3.16.0",
"axios": "0.19.0",
"classnames": "2.2.5",
"core-js": "2.5.5",
"element-resize-detector": "1.1.15",
"lodash": "4.17.14",
"loglevel": "1.6.1",
"memoizee": "0.4.14",
"normalize.css": "8.0.1",
"react": "16.8.2",
"react-dom": "16.8.2"
}
}