-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.81 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
{
"name": "react-native-intro",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "isom test",
"lint": "isom lint",
"watch": "isom watch",
"build": "isom build",
"dev": "isom dev"
},
"dependencies": {
"@brightleaf/elements": "^1.2.0",
"@brightleaf/react-hooks": "^4.1.1",
"@kev_nz/async-tools": "^1.2.3",
"@reach/router": "^1.2.1",
"back-off": "^4.2.0",
"brain.js": "^2.0.0-alpha.9",
"classnames": "^2.2.6",
"creature-features": "^5.0.0",
"prism-react-renderer": "^1.0.1",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-form-elements": "^4.12.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@hot-loader/react-dom": "^16.9.0",
"@kev_nz/eslint-config": "^5.0.0",
"@mdx-js/loader": "^1.5.0",
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.3.0",
"autoprefixer": "^9.6.2",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"bulma": "^0.7.5",
"copy-webpack-plugin": "^5.0.4",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"eslint": "^6.5.1",
"html-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"isom": "^1.0.0",
"jest": "^24.9.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"postcss-cli": "^6.1.3",
"react-hot-loader": "^4.12.14",
"resolve-url-loader": "^3.1.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^2.1.2",
"webpack": "^4.41.0",
"webpack-bundle-analyzer": "^3.5.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
}
}