forked from mozilla-frontend-infra/codetribute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.54 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
{
"name": "codetribute",
"version": "0.0.0-private",
"private": true,
"license": "MPL-2.0",
"scripts": {
"precommit": "neutrino stage",
"build": "neutrino build --require dotenv/config",
"start": "neutrino start --require dotenv/config",
"test": "neutrino test",
"lint": "neutrino lint"
},
"dependencies": {
"@material-ui/core": "^1.1.0",
"@material-ui/icons": "^2.0.0",
"apollo-cache-inmemory": "^1.2.1",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.3.1",
"apollo-link-http": "^1.5.4",
"apollo-link-retry": "^2.2.4",
"change-case": "^3.0.2",
"classnames": "^2.2.5",
"date-fns": "2.0.0-alpha.18",
"dot-prop-immutable": "^1.4.0",
"dotenv": "^6.0.0",
"error-stack-parser": "^2.0.2",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"localforage": "^1.7.1",
"lodash.uniqby": "^4.7.0",
"mdi-react": "^4.0.0",
"prop-types": "^15.6.1",
"qs": "^6.5.2",
"ramda": "^0.25.0",
"react": "^16.3.2",
"react-apollo": "^2.1.4",
"react-dom": "^16.3.2",
"react-fout-stager": "^3.0.0",
"react-hot-loader": "^4.1.3",
"react-linkify": "^0.2.2",
"react-loadable": "^5.4.0",
"react-markdown": "^3.3.2",
"react-router-dom": "^4.2.2",
"redbox-react": "^1.6.0",
"typeface-roboto": "^0.0.54"
},
"devDependencies": {
"@neutrinojs/env": "^8.3.0",
"@neutrinojs/jest": "^8.3.0",
"fs-extra": "^7.0.0",
"js-yaml-loader": "^0.1.0",
"neutrino": "^8.3.0",
"neutrino-preset-mozilla-frontend-infra": "^4.1.0"
}
}