This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 1.95 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
{
"name": "blackwidow",
"version": "0.0.1",
"description": "TBA",
"main": "src/js/main.js",
"repository": "zemlanin/blackwidow",
"readme": "TBA",
"dependencies": {
"angular-expressions": "^1.1.2",
"babel-polyfill": "^6.16.0",
"classnames": "^2.2.3",
"freezer-js": "^0.11.1",
"lodash": "^4.17.19",
"object-hash": "^1.1.0",
"query-string": "^4.1.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"rx": "^4.0.7",
"rx-dom-concurrency": "^7.0.3",
"url-parse": "^1.4.7",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.0",
"babel-plugin-syntax-flow": "^6.13.0",
"babel-plugin-transform-flow-strip-types": "^6.14.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-plugin-transform-strict-mode": "^6.3.13",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.4.3",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"dotenv": "^2.0.0",
"enzyme": "^2.9.1",
"extract-text-webpack-plugin": "^0.9.1",
"flow-bin": "^0.33.0",
"flow-status-webpack-plugin": "^0.1.7",
"ignore-styles": "^1.2.0",
"jsdom": "^11.11.0",
"json5": "^0.4.0",
"json5-loader": "^0.6.0",
"mocha": "^5.2.0",
"mocha-jsdom": "^1.2.0",
"react-addons-test-utils": "^15.1.0",
"snazzy": "^4.0.1",
"standard": "^8.3.0",
"style-loader": "^0.13.0",
"webpack": "^1.15.0"
},
"scripts": {
"start": "webpack --progress --watch",
"test": "npm run lint && flow check && NODE_PATH=src/ mocha",
"flow": "flow",
"mocha": "mocha",
"webpack": "webpack",
"standard": "standard",
"lint": "standard --verbose | snazzy",
"postinstall": "webpack --progress"
},
"standard": {
"parser": "babel-eslint",
"env": {
"browser": true,
"mocha": true
}
},
"author": "Anton Verinov <github@zemlan.in>",
"license": "WTFPL"
}