-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
115 lines (115 loc) · 3.15 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "valueflows-gql",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "DEBUG=vf:* node index.js",
"build": "NODE_ENV=production next build",
"start": "NODE_ENV=production node index.js",
"start:test": "NODE_ENV=test node index.js",
"format": "prettier-standard ./*.js ./**/*.js ./**/**.js",
"export": "next export",
"test": "jest fake",
"test:integration": "jest schema",
"integration": "binci integration",
"acceptance": "NODE_ENV=test node node_modules/.bin/cucumber-js"
},
"jest": {
"verbose": true,
"transform": {
"^.+\\.js$": "babel-jest"
},
"globals": {
"NODE_ENV": "test"
},
"moduleFileExtensions": [
"js",
"jsx"
],
"moduleDirectories": [
"node_modules"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/simontegg/valueflows-gql.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/simontegg/valueflows-gql/issues"
},
"homepage": "https://github.com/simontegg/valueflows-gql#readme",
"dependencies": {
"amdefine": "^1.0.1",
"babel-loader": "^7.0.0",
"babel-plugin-css-modules-transform": "^1.2.7",
"babel-plugin-import": "^1.2.1",
"babel-plugin-module-resolver": "^2.7.1",
"camelize": "^1.0.0",
"debug": "^2.6.8",
"es6-promisify": "^5.0.0",
"express": "^4.15.3",
"glob": "^7.1.2",
"graphql": "^0.9.6",
"graphql-tag": "^2.2.2",
"isomorphic-fetch": "^2.2.1",
"less-variables-to-json": "^1.0.2",
"next-universal-redirect": "^0.1.1",
"normalize.css": "^7.0.0",
"object-diff": "0.0.4",
"postgraphql": "^3.2.0",
"prop-types": "^15.5.10",
"pull-promise": "^2.0.0",
"pull-stream": "^3.6.0",
"ramda": "^0.24.1",
"react": "^15.6.1",
"react-apollo": "^1.4.2",
"react-dom": "^15.6.1",
"react-fela": "^5.0.3",
"react-icons": "^2.2.5",
"redux-ui": "^0.1.1",
"reflexbox": "^3.0.0-0"
},
"devDependencies": {
"@taskr/concat": "^1.0.6",
"autoprefixer": "^7.1.1",
"babel-jest": "^20.0.3",
"babel-plugin-inline-react-svg": "^0.4.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"binci": "^4.2.0",
"buffer-json": "^1.0.0",
"bulk-require": "^1.0.0",
"child-process-promise": "^2.2.1",
"cssnano": "^3.10.0",
"cucumber": "^2.3.1",
"fela": "^5.0.1",
"fela-dom": "^5.0.2",
"glob-fs": "^0.1.6",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.4.2",
"gulp-concat": "^2.6.1",
"gulp-inject-string": "^1.1.0",
"gulp-less": "^3.3.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"jest": "^20.0.4",
"json-buffer": "^2.0.11",
"knex": "^0.13.0",
"next": "^2.4.1",
"postcss-easy-import": "^2.1.0",
"postcss-js": "^1.0.0",
"postcss-less": "^1.0.2",
"postcss-loader": "^2.0.6",
"precss": "^1.4.0",
"prettier-standard": "^5.1.0",
"raw-loader": "^0.5.1",
"run-series": "^1.1.4",
"styled-jsx-postcss": "^0.2.0",
"taskr": "^0.9.1",
"testcafe": "^0.16.2",
"timeout-as-promise": "^1.0.0"
}
}