-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.96 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": "masayannuu_portfolio",
"version": "1.5.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build",
"serve": "serve dist -p 3000",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"test": "jest --forceExit"
},
"jest": {
"collectCoverage": true,
"moduleNameMapper": {
"\\.(css|scss)$": "<rootDir>/node_modules/jest-css-modules",
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test/assetsTransformer.js"
},
"setupTestFrameworkScriptFile": "<rootDir>/test/setup.js",
"setupFiles": ["dotenv/config"],
"verbose": true,
"testURL": "http://localhost/"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@kuroku/react-static-favicons": "^0.0.7",
"firebase": "4.9.0",
"mo-js": "^0.288.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-inview-monitor": "^2.2.0",
"react-responsive": "^4.1.0",
"react-router": "^4.3.1",
"react-social-icons": "^2.9.0",
"react-static": "^5.9.12",
"react-twitter-widgets": "^1.7.1",
"react-typekit": "^1.1.4",
"reactbulma": "^1.1.1",
"styled-components": "^3.4.10"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.11",
"@storybook/addon-links": "^3.4.11",
"@storybook/addons": "^3.4.11",
"@storybook/cli": "^3.4.11",
"@storybook/react": "^3.4.11",
"babel-core": "^6.26.3",
"babel-plugin-styled-components": "^1.10.0",
"babel-polyfill": "^6.26.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.8.0",
"enzyme-to-json": "^3.3.5",
"eslint-config-react-tools": "^1.2.5",
"jest": "^22.4.4",
"jest-css-modules": "^1.1.0",
"react-addons-test-utils": "^15.6.2",
"serve": ">=7.0.0",
"sinon": "^4.5.0"
}
}