forked from ikorason/personality-test-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 917 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 917 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
36
{
"name": "personality_test",
"version": "0.1.0",
"private": true,
"dependencies": {
"animejs": "^2.2.0",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-chartjs": "^0.8.0",
"react-dom": "^16.0.0",
"react-modal": "^3.0.3",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"recharts": "^1.0.0-alpha.6",
"styled-components": "^2.2.0"
},
"lint-staged": {
"src/**/*.{js,jsx,json,css}": [
"prettier --single-quote --write",
"git add"
]
},
"scripts": {
"precommit": "lint-staged",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"homepage": "https://irfanabliz.github.io/personality-test-react",
"devDependencies": {
"gh-pages": "^1.0.0"
}
}