This repository has been archived by the owner on Jul 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
93 lines (93 loc) · 3.03 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
{
"name": "@frontinsampa/front-in-sampa.github.io",
"version": "1.0.0",
"description": "Front In Sampa 2019.",
"author": "Keit Oliveira <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/frontinsampa/frontinsampa.github.io.git"
},
"bugs": {
"url": "https://github.com/frontinsampa/frontinsampa.github.io/issues"
},
"homepage": "https://github.com/frontinsampa/frontinsampa.github.io#readme",
"scripts": {
"start": "sh ./scripts/start && NODE_ENV=development webpack-dev-server --config ./webpack/development.js",
"build": "sh ./scripts/build && NODE_ENV=production webpack --config ./webpack/production.js",
"test:static": "eslint --config ./.eslintrc.js --ext .js src",
"test:unit": "jest --config ./jest/config.js"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@svgr/webpack": "^4.2.0",
"autoprefixer": "^9.6.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.5",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-airbnb": "^5.0.0",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"dotenv": "^8.0.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.13.2",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.8.0",
"jest-transform-stub": "^2.0.0",
"jss-snapshot-serializer": "^1.0.0",
"mini-css-extract-plugin": "^0.6.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-pxtorem": "^4.0.1",
"postcss-responsive-type": "^1.0.0",
"postcss-url": "^8.0.0",
"react-test-renderer": "^16.8.6",
"redux-mock-store": "^1.5.3",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.4",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@material-ui/core": "^4.0.0-beta.1",
"@material-ui/icons": "^4.2.1",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.16",
"dayjs": "^1.8.14",
"deepmerge": "^3.3.0",
"lodash": "^4.17.11",
"prismic-javascript": "^2.0.3",
"prismic-reactjs": "^1.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-countdown-now": "^2.1.0",
"react-countup": "^4.1.3",
"react-dom": "^16.8.6",
"react-inlinesvg": "^1.0.0-2",
"react-jss": "^8.6.1",
"react-redux": "^7.1.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"reset-jss": "^1.0.0",
"typed.js": "^2.0.10",
"typeface-roboto-mono": "^0.0.54",
"uuid": "^3.3.2"
}
}