-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.47 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
{
"version": "0.0.1",
"name": "framer",
"repository": {
"type": "git",
"url": "https://github.com/ElForastero/framer"
},
"scripts": {
"build": "cross-env NODE_ENV=production yarn webpack -c webpack.config.js --mode production",
"watch": "cross-env NODE_ENV=development yarn webpack -c webpack.config.js --mode development -w"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-loader": "^8.0.6",
"babel-plugin-react-css-modules": "^5.2.6",
"babel-plugin-styled-components": "^1.10.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"cross-env": "^6.0.3",
"html-webpack-plugin": "^4.0.0-beta.8",
"prettier": "^1.18.2",
"raw-loader": "^3.1.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-extension-reloader": "^1.1.1",
"webpack-manifest-version-sync-plugin": "^0.0.2"
},
"dependencies": {
"@styled-system/prop-types": "^5.1.2",
"@svgr/webpack": "^4.3.3",
"classnames": "^2.2.6",
"core-js": "^3.3.3",
"lodash.omit": "^4.5.0",
"preact": "^10.0.1",
"preact-shadow-root": "^1.0.2",
"prop-types": "^15.7.2",
"react-switch": "^5.0.1",
"regenerator-runtime": "^0.13.3",
"styled-components": "^4.4.0",
"styled-system": "^5.1.2",
"use-click-outside": "^1.1.0",
"webextension-polyfill": "^0.5.0"
}
}