-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.57 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
{
"name": "figicons-homepage",
"version": "1.0.1",
"repository": "https://github.com/Figicons/Homepage.git",
"author": "Stefan Mansson <st.mansson@icloud.com>",
"license": "MIT",
"scripts": {
"start": "parcel ./src/index.html",
"submodule:install": "git submodule add https://github.com/Figicons/Figicons ./Figicons --recursive --remote",
"submodule:update": "git submodule update --recursive --remote",
"zip:pack": "sh ./zip.sh",
"build": "parcel build ./src/index.html -d ./build --no-source-maps",
"build:netlify": "yarn submodule:update && yarn build",
"deploy": "yarn build && netlify deploy --prod"
},
"dependencies": {
"parcel": "^1.10.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-highlight": "^0.12.0",
"react-router-dom": "^4.3.1",
"tachyons-sass": "^4.9.3",
"use-copy": "^0.0.2"
},
"devDependencies": {
"@types/react": "^16.8.18",
"@types/react-dom": "^16.8.4",
"@types/react-highlight": "^0.12.1",
"@types/react-router-dom": "^4.3.1",
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"netlify-cli": "^2.6.4",
"sass": "^1.14.3",
"stylelint": "^9.6.0",
"stylelint-config-recommended": "^2.1.0",
"stylelint-scss": "^3.3.2",
"ts-loader": "^5.2.2",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.1.4",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2"
}
}