-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 950 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 950 Bytes
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
{
"name": "swearat",
"version": "0.1.0",
"private": false,
"homepage": "https://swear.at/",
"dependencies": {
"capitalize": "^1.0.0",
"custom-react-scripts": "0.2.2",
"react": "^16.3.2",
"react-clipboard.js": "^1.1.3",
"react-dom": "^16.3.2",
"react-fittext": "^1.0.0",
"react-rectangle": "^1.3.3",
"react-redux": "^5.0.7",
"react-router": "^3.2.0",
"redux": "^3.7.2",
"string-obfuscator": "^0.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"stylelint": "^9.2.0",
"stylelint-config-standard": "^18.2.0"
}
}