-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.69 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
{
"name": "snatvb-portfolio",
"version": "0.1.0",
"author": "snatvb",
"license": "MIT",
"keywords": [
"ReasonML",
"BuckleScript",
"reason-react",
"ReScript",
"rescript-react",
"react",
"snatvb",
"portfolio",
"react"
],
"scripts": {
"build": "snowpack build",
"clean": "rescript clean",
"format": "npm run format:js && npm run format:res",
"format:js": "prettier --write \"**/*.{js,json,md,yml}\"",
"format:res": "rescript format -all",
"start": "snowpack dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@mojs/core": "^1.1.0",
"@rescript/react": "^0.10.3",
"@ryyppy/rescript-promise": "^2.1.0",
"add": "^2.0.6",
"classnames": "^2.3.1",
"dompurify": "^2.2.9",
"marked": "^2.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-spring": "^9.2.4",
"yarn": "^1.22.10"
},
"devDependencies": {
"@jihchi/plugin-rescript": "^1.0.0",
"@snowpack/plugin-babel": "^2.1.7",
"@snowpack/plugin-dotenv": "^2.1.0",
"@snowpack/plugin-react-refresh": "^2.5.0",
"@snowpack/plugin-sass": "^1.4.0",
"@snowpack/plugin-webpack": "^3.0.0",
"bs-fetch": "^0.6.2",
"bs-webapi": "^0.19.1",
"file-loader": "^6.2.0",
"prettier": "^2.3.1",
"rescript": "^9.1.4",
"snowpack": "~3.0",
"snowpack-plugin-relative-css-urls": "^1.2.0"
},
"eslintConfig": {
"ignorePatterns": [
"src/**/*.bs.js"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}