-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
57 lines (57 loc) · 2 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
{
"name": "lens-flow",
"version": "1.3.0",
"description": "",
"main": "dist/ts/index.js",
"types": "./dist/ts/index.d.ts",
"scripts": {
"start": "npm run storybook",
"build": "webpack & tsc",
"lint": "tslint --project ./tsconfig.json",
"prepublishOnly": "npm run lint & cross-env PUBLISHING=true npm run test & cross-env PUBLISHING=true NODE_ENV=production webpack & tsc",
"test": "cross-env NODE_ENV=test karma start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook --output-dir dist/storybook",
"ci": "npm install && npm run build && cross-env NODE_ENV=test karma start --singleRun && npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aspirisen/lens-flow.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/aspirisen/lens-flow/issues"
},
"homepage": "https://github.com/aspirisen/lens-flow#readme",
"devDependencies": {
"@storybook/addon-actions": "3.2.12",
"@storybook/addon-links": "3.2.12",
"@storybook/react": "3.2.12",
"@types/chai": "4.0.4",
"@types/mocha": "2.2.43",
"@types/node": "8.0.34",
"@types/react": "16.0.10",
"@types/storybook__addon-actions": "3.0.1",
"@types/storybook__addon-links": "3.0.2",
"@types/storybook__react": "3.0.5",
"chai": "4.1.2",
"clean-webpack-plugin": "0.1.17",
"cross-env": "5.0.5",
"html-webpack-plugin": "2.30.1",
"karma": "1.7.1",
"karma-chrome-launcher": "2.2.0",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.4",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.4",
"mocha": "4.0.1",
"react": "16.0.0",
"react-dom": "16.0.0",
"ts-loader": "2.3.7",
"ts-node": "3.3.0",
"tslint": "5.7.0",
"typescript": "2.6.2",
"webpack": "3.6.0"
}
}